GraphObject.OnPropertyChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OnPropertyChanged(GraphProperty) |
Raise a PropertyChangd event for the given GraphProperty |
OnPropertyChanged(String) |
Raise a PropertyChangd event for the named property |
OnPropertyChanged(GraphProperty)
Raise a PropertyChangd event for the given GraphProperty
public:
virtual void OnPropertyChanged(Microsoft::VisualStudio::GraphModel::GraphProperty ^ property);
public virtual void OnPropertyChanged (Microsoft.VisualStudio.GraphModel.GraphProperty property);
abstract member OnPropertyChanged : Microsoft.VisualStudio.GraphModel.GraphProperty -> unit
override this.OnPropertyChanged : Microsoft.VisualStudio.GraphModel.GraphProperty -> unit
Public Overridable Sub OnPropertyChanged (property As GraphProperty)
Parameters
- property
- GraphProperty
The GraphProperty that changed.
Applies to
OnPropertyChanged(String)
Raise a PropertyChangd event for the named property
public:
virtual void OnPropertyChanged(System::String ^ name);
public virtual void OnPropertyChanged (string name);
abstract member OnPropertyChanged : string -> unit
override this.OnPropertyChanged : string -> unit
Public Overridable Sub OnPropertyChanged (name As String)
Parameters
- name
- String
The name of the property that changed.