ClassMultipleUndoExecutedEventArgs
Class
Represents the event arguments for the Multiple Undo Executed event in the command system.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands.CommandEventArgs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class MultipleUndoExecutedEventArgs : EventArgs
Inheritance: objectEventArgsMultipleUndoExecutedEventArgs
Inherited Members
Constructors
MultipleUndoExecutedEventArgs(int)
Declaration
cs-api-definition
public MultipleUndoExecutedEventArgs(int undoStackIndex)
Parameters
undoStackIndex
Properties
UndoStackIndex
Represents the index of the undo stack after multiple undo operations have been executed.
Declaration
cs-api-definition
public int UndoStackIndex { get; set; }
Property Value
The zero-based index indicating the position in the undo stack.