ComboboxBase.SelectionChangedEvent

This event is fired when the selection changes. Note it inherits from ChangeEvent!string, meaning you can use that as well, and it also fills in Event.intValue.

class ComboboxBase
static
class SelectionChangedEvent : ChangeEvent!string {
immutable
int iv;
immutable
string sv;
}

Meta