Skip to main content
A newer version of this page is available. .

ThumbnailButton.Click Event

Fires when the button is clicked.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Events")]
public event EventHandler<ThumbButtonClickEventArgs> Click

Event Data

The Click event's data class is ThumbButtonClickEventArgs. The following properties provide information specific to this event:

Property Description
Handle Gets the window handle that the TaskbarAssistant is bound to.
ThumbButton Gets the ThumbnailButton that raised the event.
See Also