ApplicationGrouping.NotifyPropertyChanged Method¶
Raises the PropertyChanged event.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
protected void NotifyPropertyChanged( string name )
VB¶
Protected Sub NotifyPropertyChanged ( name As String )
Parameters¶
- name
- Type: System.String
The name of the modified property.