Wimark.Controls Class Library  

ButtonList.ButtonDoubleClick Event

Occurs when a ButtonListItem in the ButtonList control is double clicked.

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

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 | ButtonListItem