Show / Hide Table of Contents

Class PropertyEditorEventArgs

Inheritance
object
EventArgs
PropertyEditorEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
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
Type Name Description
string name
object newValue
object oldValue

Properties

Changed

Declaration
public bool Changed { get; set; }
Property Value
Type Description
bool

Index

Declaration
public int Index { get; set; }
Property Value
Type Description
int

Key

Declaration
public object Key { get; set; }
Property Value
Type Description
object

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

OldValue

Declaration
public object OldValue { get; set; }
Property Value
Type Description
object

StringValue

Declaration
public string StringValue { get; set; }
Property Value
Type Description
string

Value

Declaration
public object Value { get; set; }
Property Value
Type Description
object

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS