BlueprintNodeCollection.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 ( _
propertyName As String, _
oldValue As String, _
newValue As String _
)
'Usage
Dim propertyName As String
Dim oldValue As String
Dim newValue As String
Me.OnChanged(propertyName, oldValue, _
newValue)
protected internal virtual void OnChanged(
string propertyName,
string oldValue,
string newValue
)
protected public:
virtual void OnChanged(
String^ propertyName,
String^ oldValue,
String^ newValue
)
protected internal function OnChanged(
propertyName : String,
oldValue : String,
newValue : String
)
Parameters
- propertyName
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
BlueprintNodeCollection Members
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace