TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / TreeNodeCellStyles Class / OnPropertyChanged Method

In This Topic
    OnPropertyChanged Method (TreeNodeCellStyles)
    In This Topic
    Fires the PropertyChanged event.
    Syntax
    'Declaration
     
    
    Protected Sub OnPropertyChanged( _
       Optional ByVal propertyName As String _
    ) 
    protected void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    See Also