Class PropertyEditorItemEventArgs
The PropertyEditorItemEventArgs class is a cusom EventArgs class for handling Event Args.
Inheritance
System.Object
PropertyEditorItemEventArgs
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class PropertyEditorItemEventArgs : EventArgs
Constructors
| Improve this Doc View SourcePropertyEditorItemEventArgs(EditorInfo)
Initializes a new instance of the PropertyEditorItemEventArgs class. Constructs a new PropertyEditorItemEventArgs.
Declaration
public PropertyEditorItemEventArgs(EditorInfo editor)
Parameters
Type | Name | Description |
---|---|---|
EditorInfo | editor | The editor created. |
Properties
| Improve this Doc View SourceEditor
Gets or sets whether the proeprty has changed.
Declaration
public EditorInfo Editor { get; set; }
Property Value
Type | Description |
---|---|
EditorInfo | A String. |