New to Telerik UI for WinFormsStart a free 30-day trial

Event arguments used in the ThumbnailButtonClick event.

Definition

Namespace:Telerik.WinControls.Taskbar

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class ThumbnailButtonEventArgs : EventArgs

Inheritance: objectEventArgsThumbnailButtonEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ThumbnailButtonEventArgs class.

C#
public ThumbnailButtonEventArgs(RadThumbnailButton button)
Parameters:buttonRadThumbnailButton

The thumbnail button.

Properties

Gets the thumbnail button.

C#
public RadThumbnailButton Button { get; }