TextUndoTransactionCompletedEventArgs Class
Provides information for the UndoTransactionCompleted event.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
System.EventArgs
Microsoft.VisualStudio.Text.Operations.TextUndoTransactionCompletedEventArgs
| Name | Description | |
|---|---|---|
![]() | TextUndoTransactionCompletedEventArgs(ITextUndoTransaction, TextUndoTransactionCompletionResult) | Initializes a new instance of TextUndoTransactionCompletedEventArgs. |
| Name | Description | |
|---|---|---|
![]() | Result | Gets the result of the completed transaction. |
![]() | Transaction | Gets the transaction that was added to the ITextUndoHistory. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


