Share via


ElementEventsEndedEventArgs(TransactionContext) Constructor

Definition

Contructs an ElementEventsEndedEventArgs containing the specified TransactionContext

public:
 ElementEventsEndedEventArgs(Microsoft::VisualStudio::Modeling::TransactionContext ^ transactionContext);
public ElementEventsEndedEventArgs (Microsoft.VisualStudio.Modeling.TransactionContext transactionContext);
new Microsoft.VisualStudio.Modeling.ElementEventsEndedEventArgs : Microsoft.VisualStudio.Modeling.TransactionContext -> Microsoft.VisualStudio.Modeling.ElementEventsEndedEventArgs
Public Sub New (transactionContext As TransactionContext)

Parameters

transactionContext
TransactionContext

The context of the Transaction active when the event was raised

Applies to