Wimark.Controls Class Library  

ButtonList.SelectedIndexChanged Event

Occurs when the index of the selected button in the ButtonList control changes.

[Visual Basic]
Public Event SelectedIndexChanged As ButtonListEventHandler 
[C#]
public event ButtonListEventHandler SelectedIndexChanged;
[C++]
public: __event ButtonListEventHandler* SelectedIndexChanged;

Event Data

The event handler receives an argument of type ButtonListEventArgs containing data related to this event. The following ButtonListEventArgs property provides information specific to this event.

Property Description
Button Gets the ButtonListItem object where the SelectedIndexChanged, ButtonClick or ButtonDoubleClick event was initiated.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ButtonList Class | ButtonList Members | Wimark.Controls Namespace