Class MultipleUndoExecutedEventArgs
Inheritance
System.Object
MultipleUndoExecutedEventArgs
Namespace: Telerik.Windows.Documents.RichTextBoxCommands.CommandEventArgs
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class MultipleUndoExecutedEventArgs : EventArgs
Constructors
MultipleUndoExecutedEventArgs(Int32)
Declaration
public MultipleUndoExecutedEventArgs(int undoStackIndex)
Parameters
System.
|
Properties
UndoStackIndex
Declaration
public int UndoStackIndex { get; set; }
Property Value
System.
|