Table of Contents

Event DelayedSelectionChanged

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

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.