Skip to main content
Version: 4.1

DesktopTaskBarItemClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the ItemClick event.

public class DesktopTaskBarItemClickEventArgs : MouseEventArgs

Constructors

Instance member DesktopTaskBarItemClickEventArgs(item, button, clicks)

Initializes a new instance of the DesktopTaskBarItemClickEventArgs class.

NameTypeDescription
itemDesktopTaskBarItemThe DesktopTaskBarItem that was clicked.
buttonMouseButtonsOne of the MouseButtons values that indicate which mouse button was pressed.
clicksInt32The number of times a mouse button was pressed.

Properties

Instance member Item

DesktopTaskBarItem: Returns or sets the DesktopTaskBarItem that was clicked.

Used By

NameDescription
DesktopTaskBarItemClickEventHandlerRepresents the method that will handle the ItemClick event of a Desktop.