Try our conversational search powered by Generative AI!

Delegate PlugInDescriptor.PlugInDescriptorEventHandler

The event signature for the PlugInDescriptorSaved event.

Namespace: EPiServer.PlugIn
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public delegate void PlugInDescriptorEventHandler(PlugInDescriptor sender, EventArgs e);
Parameters
Type Name Description
PlugInDescriptor sender
System.EventArgs e

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