Delegate ActionEventHandler

Namespace: Mediachase.Web.Console
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public delegate void ActionEventHandler(object sender, ActionEventArgs e);
Parameters
Type Name Description
System.Object sender
ActionEventArgs e

Constructors

ActionEventHandler(Object, IntPtr)

Declaration
public ActionEventHandler(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Object, ActionEventArgs, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, ActionEventArgs e, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Object sender
ActionEventArgs e
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(Object, ActionEventArgs)

Declaration
public virtual void Invoke(object sender, ActionEventArgs e)
Parameters
Type Name Description
System.Object sender
ActionEventArgs e