Provides data for the ListLevelChanged event.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ListLevelChangedEventArgs : EventArgs
Inheritance: objectEventArgsListLevelChangedEventArgs
Inherited Members
Constructors
Properties
Represents the index of the selected list level in the list level changed event arguments.
C#
public int SelectedListLevelIndex { get; }
The index of the selected list level, which corresponds to the level's position in the list.