TextUndoRedoEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information for the UndoRedoHappened event raised by ITextUndoHistory, about the effect of the undo or redo operation.
public ref class TextUndoRedoEventArgs : EventArgs
public class TextUndoRedoEventArgs : EventArgs
type TextUndoRedoEventArgs = class
inherit EventArgs
Public Class TextUndoRedoEventArgs
Inherits EventArgs
- Inheritance
-
TextUndoRedoEventArgs
Constructors
TextUndoRedoEventArgs(TextUndoHistoryState, ITextUndoTransaction) |
Initializes a new instance of TextUndoRedoEventArgs. |
Properties
State |
Gets the state of the transaction. |
Transaction |
Gets the transaction that was processed in this undo or redo. |