Table of Contents

Event SelectionChanged

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

Occurs when the selection has changed.

public event EventHandler? SelectionChanged

Returns

EventHandler
Occurs when the selection has changed.

Remarks

You can create an event handler for this event to determine when the selected index in the control has been changed. This can be useful when you need to display information in other controls based on the current selection in the control.