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
Constructors
Initializes a new instance of the ThumbnailButtonEventArgs class.
C#
public ThumbnailButtonEventArgs(RadThumbnailButton button)
The thumbnail button.
Properties
Gets the thumbnail button.
C#
public RadThumbnailButton Button { get; }