Table of Contents

Event DelayedSelectionChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.