DesktopTaskBarItemClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the ItemClick event.
- C#
- VB.NET
public class DesktopTaskBarItemClickEventArgs : MouseEventArgs
Public Class DesktopTaskBarItemClickEventArgs
Inherits MouseEventArgs
Constructors
DesktopTaskBarItemClickEventArgs(item, button, clicks)
Initializes a new instance of the DesktopTaskBarItemClickEventArgs class.
| Name | Type | 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. |
Properties
Item
DesktopTaskBarItem: Returns or sets the DesktopTaskBarItem that was clicked.
Used By
| Name | Description |
|---|---|
| DesktopTaskBarItemClickEventHandler | Represents the method that will handle the ItemClick event of a Desktop. |