ClassListLevelPropertyChangeEventArgs
Represents the event arguments for the change of a property in a list level.
Definition
Namespace:Telerik.Windows.Documents.Lists
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class ListLevelPropertyChangeEventArgs : EventArgs
Inheritance: objectEventArgsListLevelPropertyChangeEventArgs
Inherited Members
Constructors
ListLevelPropertyChangeEventArgs(string, object, object)
Initializes a new instance of the ListLevelPropertyChangeEventArgs class.
Declaration
public ListLevelPropertyChangeEventArgs(string propertyName, object oldValue, object newValue)
Parameters
propertyName
The name of the property that has changed.
oldValue
The value of the property before the change occurred.
newValue
The value of the property after the change occurred.
Properties
NewValue
Gets the new value of the list level property that has changed.
OldValue
Gets the old value of the list level property before the change occurred.
PropertyName
Represents the property name associated with a change event in a list level.
Declaration
public string PropertyName { get; set; }
Property Value
A string that specifies the name of the property that has changed.