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
- property
Type: System.String
- oldValue
Type: System.String
- newValue
Type: System.String
.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.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace