Class MultipleUndoExecutedEventArgs
Inheritance
System.Object
System.EventArgs
MultipleUndoExecutedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|