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:
C#
public class MultipleUndoExecutedEventArgs : EventArgs
Inheritance: objectEventArgsMultipleUndoExecutedEventArgs
Inherited Members
Constructors
Properties
Represents the index of the undo stack after multiple undo operations have been executed.
C#
public int UndoStackIndex { get; set; }
The zero-based index indicating the position in the undo stack.