Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Abstract base class for all event arguments for element events.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public MustInherit Class GenericEventArgs _
Inherits ModelingEventArgs
'Usage
Dim instance As GenericEventArgs
public abstract class GenericEventArgs : ModelingEventArgs
public ref class GenericEventArgs abstract : public ModelingEventArgs
public abstract class GenericEventArgs extends ModelingEventArgs
Inheritance Hierarchy
System.Object
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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.