TransactionRollbackEventArgs 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.
Event arguments for rollback-transaction events
public ref class TransactionRollbackEventArgs : Microsoft::VisualStudio::Modeling::TransactionEventArgs
public class TransactionRollbackEventArgs : Microsoft.VisualStudio.Modeling.TransactionEventArgs
type TransactionRollbackEventArgs = class
inherit TransactionEventArgs
Public Class TransactionRollbackEventArgs
Inherits TransactionEventArgs
- Inheritance
Constructors
TransactionRollbackEventArgs(Transaction) |
Constructor |
Properties
ChangeSource |
Get or Set the source of this change (Inherited from GenericEventArgs) |
DomainClass |
Get the domain class to which this notification pertains (Inherited from TransactionEventArgs) |
DomainModel |
Get the domain model to which this notification pertains (Inherited from TransactionEventArgs) |
ElementId |
Get the Id of the element to which this notification pertains (Inherited from TransactionEventArgs) |
Transaction |
The transaction for which the notification is being made. (Inherited from TransactionEventArgs) |
TransactionContext |
Gets the TransactionContext associated with the event. May be null if no transaction context is available for the event. (Inherited from ModelingEventArgs) |