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

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.

Applies to