//! Events emitted by a [`struct@super::ComboBox`].
//!
//! Implement [`ComboBoxEvents`] on a window (or other parent) to react when the
//! selected item changes.
use crate::;
use ComboBox;
/// Events from a [`struct@super::ComboBox`].
///
/// Implement this on a window to react when the selected item changes.
/// The default method returns [`EventProcessStatus::Ignored`].
pub