Raises the PropertyChanged event.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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.