//! Events emitted by a [`struct@super::DropDownList`].
//!
//! Implement [`GenericDropDownListEvents`] on a window (or other parent) to react
//! when the selected item changes.
use TypeId;
use crate::;
/// Events from a [`struct@super::DropDownList`].
///
/// Because the list is generic, the control is identified by a type-erased `handle`
/// and `type_id`. Default methods return [`EventProcessStatus::Ignored`].
pub