New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

C#
public ListLevelChangedEventArgs(int selectedIndex)
Parameters:selectedIndexint

Properties

Represents the index of the selected list level in the list level changed event arguments.

C#
public int SelectedListLevelIndex { get; }
Property Value:

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