Delegate
DesktopAlertManagerEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void DesktopAlertManagerEventHandler(object sender, DesktopAlertManagerEventArgs args)

Constructors

DesktopAlertManagerEventHandler(object, IntPtr)

Declaration

cs-api-definition
public DesktopAlertManagerEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, DesktopAlertManagerEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, DesktopAlertManagerEventArgs args, AsyncCallback callback, object @object)

Parameters

sender

object

args

DesktopAlertManagerEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, DesktopAlertManagerEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, DesktopAlertManagerEventArgs args)

Parameters

sender

object

args

DesktopAlertManagerEventArgs