All pages
Powered by GitBook
1 of 1

Loading...

DesktopTaskBarItemClickEventArgs

Wisej.Web.DesktopTaskBarItemClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

  • MouseEventArgs

    • DesktopTaskBarItemClickEventArgs

Provides data for the ItemClick event.

Constructors

DesktopTaskBarItemClickEventArgs(item, button, clicks)

Initializes a new instance of the class.

Name
Type
Description

Properties

Item

: Returns or sets the that was clicked.

Used By

Name
Description

item

DesktopTaskBarItem

The DesktopTaskBarItem that was clicked.

button

MouseButtons

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

clicks

Int32

The number of times a mouse button was pressed.

DesktopTaskBarItemClickEventHandler

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

Public Class DesktopTaskBarItemClickEventArgs
    Inherits MouseEventArgs
DesktopTaskBarItemClickEventArgs
DesktopTaskBarItem
DesktopTaskBarItem
public class DesktopTaskBarItemClickEventArgs : MouseEventArgs