ThumbnailButton.Click Event
Fires when the button is clicked.
Namespace: DevExpress.Utils.Taskbar
Assembly: DevExpress.Utils.v26.1.dll
Declaration
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