Class PlugInDescritorChangedEventArgs
Event argument for Saved
Inheritance
System.Object
PlugInDescritorChangedEventArgs
Namespace: EPiServer.PlugIn
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class PlugInDescritorChangedEventArgs : EventArgs
Constructors
PlugInDescritorChangedEventArgs(PlugInDescriptor)
Creates a new instance of Plug
Declaration
public PlugInDescritorChangedEventArgs(PlugInDescriptor plugInDescriptor)
Parameters
Type | Name | Description |
---|---|---|
Plug |
plugInDescriptor |
Properties
Descriptor
The descriptor that has changed
Declaration
public PlugInDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
Plug |