Raises the PropertyChanged event.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
protected abstract void OnPropertyChanged( string name ) |
Visual Basic |
---|
Protected MustOverride Sub OnPropertyChanged ( _ name As String _ ) |
Parameters
- name
- Type: System..::..String
Name of the property that changed.