New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

C#
public MultipleUndoExecutedEventArgs(int undoStackIndex)
Parameters:undoStackIndexint

Properties

Represents the index of the undo stack after multiple undo operations have been executed.

C#
public int UndoStackIndex { get; set; }
Property Value:

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