Delegate EventContext.EntryEventHandler
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public delegate void EntryEventHandler(object sender, EntryEventArgs e);
Parameters
Constructors
EntryEventHandler(Object, IntPtr)
Declaration
public EntryEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Object, EntryEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, EntryEventArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| EntryEventArgs |
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, EntryEventArgs)
Declaration
public virtual void Invoke(object sender, EntryEventArgs e)
Parameters