Class ListLevelChangedEventArgs
Inheritance
System.Object
System.EventArgs
ListLevelChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|