Table of Contents

Delegate AlertHandler

Namespace
Shift.Common.Events
Assembly
Shift.Common.dll
public delegate void AlertHandler(object sender, AlertArgs args)

Parameters

sender object
args AlertArgs
Extension Methods

Constructors

AlertHandler(object, IntPtr)

public AlertHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, AlertArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, AlertArgs args, AsyncCallback callback, object @object)

Parameters

sender object
args AlertArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, AlertArgs)

public virtual void Invoke(object sender, AlertArgs args)

Parameters

sender object
args AlertArgs