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)

Inheritance Hierarchy

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

Syntax

public sealed class ReferenceChangedEventArgs : EventArgs
public ref class ReferenceChangedEventArgs sealed : EventArgs
[<Sealed>]
type ReferenceChangedEventArgs = 
    class
        inherit EventArgs
    end
Public NotInheritable Class ReferenceChangedEventArgs
    Inherits EventArgs

Constructors

Name Description
System_CAPS_pubmethod ReferenceChangedEventArgs(ModelBusReference)

Create ReferenceChangedEventArgs instance

Properties

Name Description
System_CAPS_pubproperty NewReference

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.VisualStudio.Modeling.Integration.Picker Namespace

Return to top