Delegate GlobalPropertyMerge.GlobalPropertyEventHandler
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public delegate void GlobalPropertyEventHandler(GlobalPropertyMerge sender, GlobalPropertyMergeEventArgs e);
Parameters
Constructors
GlobalPropertyEventHandler(Object, IntPtr)
Declaration
public GlobalPropertyEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(GlobalPropertyMerge, GlobalPropertyMergeEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(GlobalPropertyMerge sender, GlobalPropertyMergeEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(GlobalPropertyMerge, GlobalPropertyMergeEventArgs)
Declaration
public virtual void Invoke(GlobalPropertyMerge sender, GlobalPropertyMergeEventArgs e)
Parameters
Extension Methods