Raises an event when the property changes.
Syntax
'Declaration
Protected Overrides Sub OnPropertyChanged( _
ByVal As String _
)
'Usage
Dim instance As ScaleRule
Dim prop As String
instance.OnPropertyChanged(prop)
protected override void OnPropertyChanged(
string
)
Parameters
- prop
- The property name.
See Also