C1.WPF.Document Assembly / C1.WPF.Document Namespace / C1PageSettings Class / OnPropertyChanged Method
The property name.

In This Topic
OnPropertyChanged Method (C1PageSettings)
In This Topic
Raises the PropertyChanged event.
Syntax
'Declaration
 
Protected Sub OnPropertyChanged( _
   ByVal propertyName As String _
) 
 

Parameters

propertyName
The property name.
See Also