Base Combo BoxSelection Change Committed Event
This event is raised when the selected item has changed in the drop-down list and that change is
committed when the drop-down closes.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public event EventHandler SelectionChangeCommittedVB
Public Event SelectionChangeCommitted As EventHandlerC++
public:
event EventHandler^ SelectionChangeCommitted {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}F#
member SelectionChangeCommitted : IEvent<EventHandler,
EventArgs>Value
EventHandlerRemarks
This event always occurs after the CloseUp event