ModelingEventArgs Class

 

Provides data for modeling events.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)


public ref class ModelingEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodModelingEventArgs(TransactionContext^)

Contructs a ModelingEventArgs containing the specified TransactionContext

NameDescription
System_CAPS_pubpropertyTransactionContext

Gets the TransactionContext associated with the event. May be null if no transaction context is available for the event.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: