ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / OnSelectionCommitted Method



In This Topic
    OnSelectionCommitted Method
    In This Topic
    Fires the SelectionCommitted event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSelectionCommitted() 
    'Usage
     
    
    Dim instance As C1ComboBox
     
    instance.OnSelectionCommitted()
    protected virtual void OnSelectionCommitted()
    protected:
    virtual void OnSelectionCommitted(); 
    See Also