Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / SelectionChangeCommitted Event


In This Topic
    SelectionChangeCommitted Event
    In This Topic
    Occurs when the change to the selected item in the combo box list is committed.
    Syntax
    'Declaration
     
    
    Public Event SelectionChangeCommitted As EventHandler
    'Usage
     
    
    Dim instance As FpCombo
    Dim handler As EventHandler
     
    AddHandler instance.SelectionChangeCommitted, handler
    public event EventHandler SelectionChangeCommitted
    See Also