TransactionEventArgs(Transaction) Constructor
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.
Constructor
public:
TransactionEventArgs(Microsoft::VisualStudio::Modeling::Transaction ^ transaction);
public TransactionEventArgs (Microsoft.VisualStudio.Modeling.Transaction transaction);
new Microsoft.VisualStudio.Modeling.TransactionEventArgs : Microsoft.VisualStudio.Modeling.Transaction -> Microsoft.VisualStudio.Modeling.TransactionEventArgs
Public Sub New (transaction As Transaction)
Parameters
- transaction
- Transaction
The transaction for which the notification is being made