Class MultipleUndoExecutedEventArgs
Represents the event arguments for the Multiple Undo Executed event in the command system.
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.Int32
undoStackIndex
|
Properties
UndoStackIndex
Represents the index of the undo stack after multiple undo operations have been executed.
Declaration
public int UndoStackIndex { get; set; }
Property Value
System.Int32
The zero-based index indicating the position in the undo stack. |