BaseComboBoxSelectionChangeCanceled Event
This event is raised when the selected item has not changed in the drop-down list and the drop-down
closes.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public event EventHandler SelectionChangeCanceled
Public Event SelectionChangeCanceled As EventHandler
public:
event EventHandler^ SelectionChangeCanceled {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member SelectionChangeCanceled : IEvent<EventHandler,
EventArgs>
Value
EventHandler This event always occurs after the
CloseUp event