ReferenceChangedEventArgs Class

 

ReferenceChangedEventArgs Class - used in ReferenceChangedEvent Contains a NewReference

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

System::Object
  System::EventArgs
    Microsoft.VisualStudio.Modeling.Integration.Picker::ReferenceChangedEventArgs

public ref class ReferenceChangedEventArgs sealed : EventArgs

NameDescription
System_CAPS_pubmethodReferenceChangedEventArgs(ModelBusReference^)

Create ReferenceChangedEventArgs instance

NameDescription
System_CAPS_pubpropertyNewReference

The new ModelBusReference (can be null for invalid or null references).

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: