Class
MultipleUndoExecutedEventArgs

Definition

Namespace:Telerik.WinForms.Documents.RichTextBoxCommands.CommandEventArgs

Assembly:Telerik.WinControls.RichTextEditor.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

Declaration

cs-api-definition
public int UndoStackIndex { get; set; }

Property Value

int