SaaS CMS has officially launched! Learn more now.

Class PlugInDescriptor.PlugInDescriptorEventHandler

The event signature for the PlugInDescriptorSaved event.

Inheritance
System.Object
PlugInDescriptor.PlugInDescriptorEventHandler
Namespace: EPiServer.PlugIn
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class PlugInDescriptorEventHandler : MulticastDelegate

Constructors

PlugInDescriptorEventHandler(Object, IntPtr)

Declaration
public PlugInDescriptorEventHandler(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(PlugInDescriptor, EventArgs, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(PlugInDescriptor sender, EventArgs e, AsyncCallback callback, object object)
Parameters
Type Name Description
PlugInDescriptor sender
System.EventArgs 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(PlugInDescriptor, EventArgs)

Declaration
public virtual void Invoke(PlugInDescriptor sender, EventArgs e)
Parameters
Type Name Description
PlugInDescriptor sender
System.EventArgs e

Extension Methods