Event DelayedSelectionChanged
Occurs when the SelectedIndex, SelectedItem or the SelectedIndices have changed.
public event EventHandler<EventArgs>? DelayedSelectionChanged
Returns
- EventHandler<EventArgs>
- Occurs when the , or the have changed.
- Implements
Remarks
This is a delayed event. If multiple events are occurred during the delay, they are ignored. Currently this event works in the same way as SelectionChanged, but in the future it will be implemented properly.