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