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 | |
---|---|---|
ReferenceChangedEventArgs(ModelBusReference) | Create ReferenceChangedEventArgs instance |
Properties
Name | Description | |
---|---|---|
NewReference | The new ModelBusReference (can be null for invalid or null references). |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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