BlueprintNode.OnChanged Method (String, String, String)

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Protected Friend Overridable Sub OnChanged ( _
    property As String, _
    oldValue As String, _
    newValue As String _
)
'Usage
Dim property As String 
Dim oldValue As String 
Dim newValue As String 

Me.OnChanged(property, oldValue, newValue)
protected internal virtual void OnChanged(
    string property,
    string oldValue,
    string newValue
)
protected public:
virtual void OnChanged(
    String^ property, 
    String^ oldValue, 
    String^ newValue
)
protected internal function OnChanged(
    property : String, 
    oldValue : String, 
    newValue : String
)

Parameters

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

OnChanged Overload

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace