GenericEventArgs Class
Abstract base class for all event arguments for element events.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
System::EventArgs
Microsoft.VisualStudio.Modeling::ModelingEventArgs
Microsoft.VisualStudio.Modeling::GenericEventArgs
Microsoft.VisualStudio.Modeling::ElementEventArgs
Microsoft.VisualStudio.Modeling::RolePlayerChangedEventArgs
Microsoft.VisualStudio.Modeling::RolePlayerOrderChangedEventArgs
Microsoft.VisualStudio.Modeling::TransactionEventArgs
| Name | Description | |
|---|---|---|
![]() | GenericEventArgs(ChangeSource) | Obsolete.Initializes a new instance of the GenericEventArgs class. |
![]() | GenericEventArgs(ChangeSource, TransactionContext^) | Construct a GenericEventArgs with the specified change origin and transaction context |
| Name | Description | |
|---|---|---|
![]() | ChangeSource | Gets or sets the source of this change when overridden in a derived class. |
![]() | DomainClass | Gets the metadata of the domain class for the element to which this notification pertains when overridden in a derived class. |
![]() | DomainModel | Gets the metadata of the domain model for the element to which this notification pertains when overridden in a derived class. |
![]() | ElementId | Gets the ID of the element to which this notification pertains when overridden in a derived class. |
![]() | TransactionContext | Gets the TransactionContext associated with the event. May be null if no transaction context is available for the event.(Inherited from ModelingEventArgs.) |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


