Delegate ChannelEventHandler
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Assembly: EPiServer.XForms.dll
Version: 10.10.4
public delegate void ChannelEventHandler(object sender, ChannelEventArgs e);
Parameters
Constructors
Declaration
public ChannelEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ChannelEventArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| ChannelEventArgs |
e |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, ChannelEventArgs e)
Parameters
Extension Methods