Delegate ApprovalEventHandler
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version.
Event handler signature for ApprovalEventArgs
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public delegate void ApprovalEventHandler(ApprovalEventArgs e);
Parameters
Constructors
ApprovalEventHandler(Object, IntPtr)
Declaration
public ApprovalEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(ApprovalEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ApprovalEventArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| ApprovalEventArgs |
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(ApprovalEventArgs)
Declaration
public virtual void Invoke(ApprovalEventArgs e)
Parameters
Extension Methods