Delegate ChildrenEventHandler
The delegate type used to generate children-related events from IContentEvents
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public delegate void ChildrenEventHandler(object sender, ChildrenEventArgs e);
Parameters
Constructors
ChildrenEventHandler(Object, IntPtr)
Declaration
public ChildrenEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ChildrenEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ChildrenEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
ChildrenEventArgs |
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, ChildrenEventArgs)
Declaration
public virtual void Invoke(object sender, ChildrenEventArgs e)
Parameters
Extension Methods