ClassListLevelChangedEventArgs
Class
Provides data for the ListLevelChanged event.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ListLevelChangedEventArgs : EventArgs
Inheritance: objectEventArgsListLevelChangedEventArgs
Inherited Members
Constructors
ListLevelChangedEventArgs(int)
Declaration
cs-api-definition
public ListLevelChangedEventArgs(int selectedIndex)
Parameters
selectedIndex
Properties
SelectedListLevelIndex
Represents the index of the selected list level in the list level changed event arguments.
Declaration
cs-api-definition
public int SelectedListLevelIndex { get; }
Property Value
The index of the selected list level, which corresponds to the level's position in the list.