Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewThumbnailView Class / OnPropertyChanged Method
The name of the changed property.

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