TextUndoTransactionCompletedEventArgs Class

Definition

Provides information for the UndoTransactionCompleted event raised by the ITextUndoHistory.

public ref class TextUndoTransactionCompletedEventArgs : EventArgs
public class TextUndoTransactionCompletedEventArgs : EventArgs
type TextUndoTransactionCompletedEventArgs = class
    inherit EventArgs
Public Class TextUndoTransactionCompletedEventArgs
Inherits EventArgs
Inheritance
TextUndoTransactionCompletedEventArgs

Remarks

These event arguments contain the ITextUndoTransaction that has been added and the result of the completion. This event is fired only for the topmost ITextUndoTransaction that is placed on the UndoStack. Completion of nested transactions does not raise this event.

Constructors

TextUndoTransactionCompletedEventArgs(ITextUndoTransaction, TextUndoTransactionCompletionResult)

Initializes a new instance of TextUndoTransactionCompletedEventArgs.

Properties

Result

Gets the result of the completed transaction.

Transaction

Gets the transaction that was added to the ITextUndoHistory.

Applies to