Share via


TextUndoRedoEventArgs Class

Definition

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

Name Description
TextUndoRedoEventArgs(TextUndoHistoryState, ITextUndoTransaction)

Initializes a new instance of TextUndoRedoEventArgs.

Properties

Name Description
State

Gets the state of the transaction.

Transaction

Gets the transaction that was processed in this undo or redo.

Applies to