Occurs when a property value changes.
Syntax
'Declaration
Protected Sub OnPropertyChanged( _
ByVal As String _
)
'Usage
Dim instance As ImGearLUT
Dim name As String
instance.OnPropertyChanged(name)
protected void OnPropertyChanged(
string
)
protected: void OnPropertyChanged(
string*
)
protected:
void OnPropertyChanged(
String^
)
Parameters
- name
- The name of the property that changed.
See Also