Skip to main content
Version: 3.5

DesktopTaskBarItemClickEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public delegate void DesktopTaskBarItemClickEventHandler(Object sender, DesktopTaskBarItemClickEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDesktopTaskBarItemClickEventArgsA DesktopTaskBarItemClickEventArgs that contains the event data.

Fired By

NameDescription
Desktop.ItemClickFired when a DesktopTaskBarItem on the Desktop is clicked.
Desktop.ItemDoubleClickFired when a DesktopTaskBarItem on the Desktop is double clicked.