DesktopTaskBarItemClickEventHandler

Wisej.Web.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

sender

The source of the event.

e

A DesktopTaskBarItemClickEventArgs that contains the event data.

Fired By

NameDescription

Fired when a DesktopTaskBarItem on the Desktop is clicked.

Fired when a DesktopTaskBarItem on the Desktop is double clicked.

Last updated