SaaS CMS has officially launched! Learn more now.

Class PlugInDescritorChangedEventArgs

Event argument for Saved

Inheritance
System.Object
PlugInDescritorChangedEventArgs
Namespace: EPiServer.PlugIn
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class PlugInDescritorChangedEventArgs : EventArgs

Constructors

PlugInDescritorChangedEventArgs(PlugInDescriptor)

Creates a new instance of PlugInDescritorChangedEventArgs

Declaration
public PlugInDescritorChangedEventArgs(PlugInDescriptor plugInDescriptor)
Parameters
Type Name Description
PlugInDescriptor plugInDescriptor

Properties

Descriptor

The descriptor that has changed

Declaration
public PlugInDescriptor Descriptor { get; }
Property Value
Type Description
PlugInDescriptor

Extension Methods