GenericEventArgs Constructors

Definition

Overloads

GenericEventArgs(ChangeSource)
Obsolete.

Constructor

GenericEventArgs(ChangeSource, TransactionContext)

Construct a GenericEventArgs with the specified change origin and transaction context

GenericEventArgs(ChangeSource)

Caution

Use constructor with TransactionContext parameter

Constructor

protected:
 GenericEventArgs(Microsoft::VisualStudio::Modeling::ChangeSource changeSource);
[System.Obsolete("Use constructor with TransactionContext parameter")]
protected GenericEventArgs (Microsoft.VisualStudio.Modeling.ChangeSource changeSource);
[<System.Obsolete("Use constructor with TransactionContext parameter")>]
new Microsoft.VisualStudio.Modeling.GenericEventArgs : Microsoft.VisualStudio.Modeling.ChangeSource -> Microsoft.VisualStudio.Modeling.GenericEventArgs
Protected Sub New (changeSource As ChangeSource)

Parameters

changeSource
ChangeSource

change source

Attributes

Applies to

GenericEventArgs(ChangeSource, TransactionContext)

Construct a GenericEventArgs with the specified change origin and transaction context

protected:
 GenericEventArgs(Microsoft::VisualStudio::Modeling::ChangeSource changeSource, Microsoft::VisualStudio::Modeling::TransactionContext ^ transactionContext);
protected GenericEventArgs (Microsoft.VisualStudio.Modeling.ChangeSource changeSource, Microsoft.VisualStudio.Modeling.TransactionContext transactionContext);
new Microsoft.VisualStudio.Modeling.GenericEventArgs : Microsoft.VisualStudio.Modeling.ChangeSource * Microsoft.VisualStudio.Modeling.TransactionContext -> Microsoft.VisualStudio.Modeling.GenericEventArgs
Protected Sub New (changeSource As ChangeSource, transactionContext As TransactionContext)

Parameters

changeSource
ChangeSource

change source

transactionContext
TransactionContext

Context of transaction active when event fired

Applies to