Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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