InteropSolution.OnPropertyChanged Method¶
Called when a property value is changed.
Namespace: Citrix.SDK.AppDNA.Solutions.Interop
Assembly: Citrix.SDK.AppDNA.Solutions.Interop (in Citrix.SDK.AppDNA.Solutions.Interop.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
protected virtual void OnPropertyChanged(
string propertyName
)
VB¶
Protected Overridable Sub OnPropertyChanged (
propertyName As String
)
Parameters¶
- propertyName
- Type: System.String
Name of the property.
See Also¶
Reference¶
InteropSolution Class
Citrix.SDK.AppDNA.Solutions.Interop Namespace