Class ListLevelChangedEventArgs
Inheritance
System.Object
ListLevelChangedEventArgs
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class ListLevelChangedEventArgs : EventArgs
Constructors
ListLevelChangedEventArgs(Int32)
Declaration
public ListLevelChangedEventArgs(int selectedIndex)
Parameters
System.Int32
selectedIndex
|
Properties
SelectedListLevelIndex
Declaration
public int SelectedListLevelIndex { get; }
Property Value
System.Int32
|