Event DelayedSelectionChanged
Occurs when the SelectedIndex, SelectedItem or the SelectedIndices have changed.
event EventHandler<EventArgs>? DelayedSelectionChanged
Returns
- EventHandler<EventArgs>
- Occurs when the , or the have changed.
Remarks
This is a delayed event. If multiple events are occurred during the delay, they are ignored.