Class
ListLevelPropertyChangeEventArgs

Definition

Namespace:Telerik.WinForms.Documents.Lists

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class ListLevelPropertyChangeEventArgs : EventArgs

Inheritance: objectEventArgsListLevelPropertyChangeEventArgs

Inherited Members EventArgs.Empty

Constructors

ListLevelPropertyChangeEventArgs(string, object, object)

Declaration

cs-api-definition
public ListLevelPropertyChangeEventArgs(string propertyName, object oldValue, object newValue)

Parameters

propertyName

string

oldValue

object

newValue

object

Properties

NewValue

Declaration

cs-api-definition
public object NewValue { get; }

Property Value

object

OldValue

Declaration

cs-api-definition
public object OldValue { get; }

Property Value

object

PropertyName

Declaration

cs-api-definition
public string PropertyName { get; set; }

Property Value

string