ModelingEventArgs Class
Visual Studio 2015
Provides data for modeling events.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
System::Object
System::EventArgs
Microsoft.VisualStudio.Modeling::ModelingEventArgs
Microsoft.VisualStudio.Modeling::ElementEventsBegunEventArgs
Microsoft.VisualStudio.Modeling::ElementEventsEndedEventArgs
Microsoft.VisualStudio.Modeling::GenericEventArgs
System::EventArgs
Microsoft.VisualStudio.Modeling::ModelingEventArgs
Microsoft.VisualStudio.Modeling::ElementEventsBegunEventArgs
Microsoft.VisualStudio.Modeling::ElementEventsEndedEventArgs
Microsoft.VisualStudio.Modeling::GenericEventArgs
| Name | Description | |
|---|---|---|
![]() | ModelingEventArgs(TransactionContext^) | Contructs a ModelingEventArgs containing the specified TransactionContext |
| Name | Description | |
|---|---|---|
![]() | TransactionContext | Gets the TransactionContext associated with the event. May be null if no transaction context is available for the event. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class is the base for all EventArgs classes in the Microsoft.VisualStudio.Modeling namespace.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


