C1.WPF.Document Assembly / C1.WPF.Document Namespace / C1SolidBrush Class / OnPropertyChanged Method
the name of the property that changed.

In This Topic
OnPropertyChanged Method (C1SolidBrush)
In This Topic
Fires PropertyChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnPropertyChanged( _
   ByVal propertyName As String _
) 
 

Parameters

propertyName
the name of the property that changed.
See Also