GenericEventArgs Constructors
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.
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