Base Combo BoxSelection Change Canceled Event
This event is raised when the selected item has not changed in the drop-down list and 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 SelectionChangeCanceledVB
Public Event SelectionChangeCanceled As EventHandlerC++
public:
event EventHandler^ SelectionChangeCanceled {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}F#
member SelectionChangeCanceled : IEvent<EventHandler,
EventArgs>Value
EventHandlerRemarks
This event always occurs after the CloseUp event