Class
MultipleUndoExecutedEventArgs

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 EventArgs.Empty

Constructors

MultipleUndoExecutedEventArgs(int)

Declaration

cs-api-definition
public MultipleUndoExecutedEventArgs(int undoStackIndex)

Parameters

undoStackIndex

int

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

int

The zero-based index indicating the position in the undo stack.