PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewOutlineView Class / OnPropertyChanged Method
The name of the changed property.

In This Topic
    OnPropertyChanged Method (C1PreviewOutlineView)
    In This Topic
    Raises the PropertyChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPropertyChanged( _
       ByVal propertyName As String _
    ) 
    protected virtual void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    The name of the changed property.
    See Also