DesktopTaskBarItemClickEventArgs

Wisej.Web.DesktopTaskBarItemClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ItemClick event.

public class DesktopTaskBarItemClickEventArgs : MouseEventArgs

Constructors

Initializes a new instance of the DesktopTaskBarItemClickEventArgs class.

NameTypeDescription

item

The DesktopTaskBarItem that was clicked.

button

One of the MouseButtons values that indicate which mouse button was pressed.

clicks

The number of times a mouse button was pressed.

Properties

DesktopTaskBarItem: Returns or sets the DesktopTaskBarItem that was clicked.

Used By

NameDescription

Represents the method that will handle the ItemClick event of a Desktop.

Last updated