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

ThumbButtonClickEventArgs Class

Provides data for the ThumbnailButton.Click event.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public class ThumbButtonClickEventArgs :
    EventArgs

Remarks

The ThumbButtonClickEventArgs object passes to the ThumbnailButton.Click event handler as a parameter and provides information specific to this event.

Inheritance

Object
EventArgs
ThumbButtonClickEventArgs
See Also