ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewItem Class / OnExpandButtonClick Method



In This Topic
    OnExpandButtonClick Method
    In This Topic
    Called when the user clicks the expand/collapse button.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnExpandButtonClick() 
    'Usage
     
    
    Dim instance As C1TreeViewItem
     
    instance.OnExpandButtonClick()
    protected virtual void OnExpandButtonClick()
    protected:
    virtual void OnExpandButtonClick(); 
    See Also