GraphObject.OnPropertyChanged Method (GraphProperty)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Raises a PropertyChangd event for the given GraphProperty.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Overridable Sub OnPropertyChanged ( _
property As GraphProperty _
)
public virtual void OnPropertyChanged(
GraphProperty property
)
public:
virtual void OnPropertyChanged(
GraphProperty^ property
)
abstract OnPropertyChanged :
property:GraphProperty -> unit
override OnPropertyChanged :
property:GraphProperty -> unit
public function OnPropertyChanged(
property : GraphProperty
)
Parameters
property
Type: Microsoft.VisualStudio.GraphModel.GraphPropertyThe GraphProperty that changed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.