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

In This Topic
    Style_PropertyChanged Method (TreeNodeCellStyles)
    In This Topic
    Handles the PropertyChanged event of the styles.
    Syntax
    'Declaration
     
    
    Protected Sub Style_PropertyChanged( _
       ByVal sender As Object, _
       ByVal e As PropertyChangedEventArgs _
    ) 
    protected void Style_PropertyChanged( 
       object sender,
       PropertyChangedEventArgs e
    )

    Parameters

    sender
    e
    See Also