Class ListLevelPropertyChangeEventArgs
Inheritance
System.Object
ListLevelPropertyChangeEventArgs
Namespace: Telerik.Windows.Documents.Lists
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ListLevelPropertyChangeEventArgs : EventArgs
Constructors
ListLevelPropertyChangeEventArgs(String, Object, Object)
Declaration
public ListLevelPropertyChangeEventArgs(string propertyName, object oldValue, object newValue)
Parameters
System.String
propertyName
|
System.Object
oldValue
|
System.Object
newValue
|
Properties
NewValue
Declaration
public object NewValue { get; }
Property Value
System.Object
|
OldValue
Declaration
public object OldValue { get; }
Property Value
System.Object
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
System.String
|