Delegate DesktopAlertManagerEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void DesktopAlertManagerEventHandler(object sender, DesktopAlertManagerEventArgs args);
Parameters
System.
|
Desktop
|
Constructors
DesktopAlertManagerEventHandler(Object, IntPtr)
Declaration
public DesktopAlertManagerEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, DesktopAlertManagerEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DesktopAlertManagerEventArgs args, AsyncCallback callback, object object)
Parameters
System.
|
Desktop
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, DesktopAlertManagerEventArgs)
Declaration
public virtual void Invoke(object sender, DesktopAlertManagerEventArgs args)
Parameters
System.
|
Desktop
|