TextUndoTransactionCompletedEventArgs 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 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. |