Class PropertyEditorEventArgs
Inheritance
PropertyEditorEventArgs
Assembly: DotNetNuke.dll
Syntax
public class PropertyEditorEventArgs : EventArgs
Constructors
PropertyEditorEventArgs(string)
Declaration
public PropertyEditorEventArgs(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
PropertyEditorEventArgs(string, object, object)
Declaration
public PropertyEditorEventArgs(string name, object newValue, object oldValue)
Parameters
Properties
Changed
Declaration
public bool Changed { get; set; }
Property Value
Index
Declaration
public int Index { get; set; }
Property Value
Key
Declaration
public object Key { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
OldValue
Declaration
public object OldValue { get; set; }
Property Value
StringValue
Declaration
public string StringValue { get; set; }
Property Value
Value
Declaration
public object Value { get; set; }
Property Value
Extension Methods