Table of Contents

Event SelectedIndexChanged

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

Occurs when the SelectedIndex property has changed. Same as SelectionChanged, see it for the details.

public event EventHandler? SelectedIndexChanged

Returns

EventHandler
Occurs when the property has changed. Same as , see it for the details.
Implements