Spread Windows Forms 12.0 Product Documentation
SelectionChangeCommitted Event


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : SelectionChangeCommitted Event
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

Reference

FpCombo Class
FpCombo Members