New to Telerik UI for WinFormsStart a free 30-day trial

Event handler for toast activation.

Definition

Namespace:Telerik.RadToastNotificationManager

Assembly:Telerik.WinControls.RadToastNotification.dll

Syntax:

C#
public delegate void RadToastOnActivatedEventHandler(RadToastOnActivatedEventArgs e)

Constructors

C#
public RadToastOnActivatedEventHandler(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(RadToastOnActivatedEventArgs e, AsyncCallback callback, object @object)
Parameters:eRadToastOnActivatedEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(RadToastOnActivatedEventArgs e)
Parameters:eRadToastOnActivatedEventArgs