Raises the OnPropertyChanged event.
Syntax
'Declaration
Protected Overloads Sub OnPropertyChanged( _
ByVal As String _
)
'Usage
Dim instance As Grid
Dim propName As String
instance.OnPropertyChanged(propName)
protected void OnPropertyChanged(
string
)
Parameters
- propName
- The name of the property that was changed.
See Also