Class MultipleUndoExecutedEventArgs
Inheritance
System.Object
MultipleUndoExecutedEventArgs
Namespace: Telerik.Windows.Documents.RichTextBoxCommands.CommandEventArgs
Assembly: Telerik.Windows.Documents.dll
Syntax
public class MultipleUndoExecutedEventArgs : EventArgs
Constructors
MultipleUndoExecutedEventArgs(Int32)
Declaration
public MultipleUndoExecutedEventArgs(int undoStackIndex)
Parameters
System.Int32
undoStackIndex
|
Properties
UndoStackIndex
Declaration
public int UndoStackIndex { get; set; }
Property Value
System.Int32
|