SaaS CMS has officially launched! Learn more now.

Delegate GlobalPropertyMerge.GlobalPropertyEventHandler

Namespace: EPiServer.Editor.TinyMCE
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public delegate void GlobalPropertyEventHandler(GlobalPropertyMerge sender, GlobalPropertyMergeEventArgs e);
Parameters
Type Name Description
GlobalPropertyMerge sender
GlobalPropertyMergeEventArgs e

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
Type Name Description
GlobalPropertyMerge sender
GlobalPropertyMergeEventArgs 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(GlobalPropertyMerge, GlobalPropertyMergeEventArgs)

Declaration
public virtual void Invoke(GlobalPropertyMerge sender, GlobalPropertyMergeEventArgs e)
Parameters
Type Name Description
GlobalPropertyMerge sender
GlobalPropertyMergeEventArgs e

Extension Methods