Class
ListLevelChangedEventArgs

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 EventArgs.Empty

Constructors

ListLevelChangedEventArgs(int)

Declaration

cs-api-definition
public ListLevelChangedEventArgs(int selectedIndex)

Parameters

selectedIndex

int

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

int

The index of the selected list level, which corresponds to the level's position in the list.