pub type DualListSelectorOnListChangedInputs<T> = (MouseEvent, Vec<T>, Vec<T>);
Expand description

The inputs of the onlistchanged event. Has the corresponding mouse event of the button press, as well as the available and chosen options after the change.