OnPropertyChanged Method (FontHolder) | FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.8 Assembly / C1.Win.FlexReport Namespace / FontHolder Class / OnPropertyChanged Method
the name of the property that changed.

In This Topic
OnPropertyChanged Method (FontHolder)
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