Delegate AlertHandler
public delegate void AlertHandler(object sender, AlertArgs args)
Parameters
- Extension Methods
Constructors
AlertHandler(object, IntPtr)
public AlertHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, AlertArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, AlertArgs args, AsyncCallback callback, object @object)
Parameters
senderobjectargsAlertArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, AlertArgs)
public virtual void Invoke(object sender, AlertArgs args)