DesktopTaskBarItemClickEventHandler

Wisej.Web.DesktopTaskBarItemClickEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

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

public delegate void DesktopTaskBarItemClickEventHandler(Object sender, DesktopTaskBarItemClickEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

Fired By

Name
Description

Fired when a DesktopTaskBarItem on the Desktop is clicked.

Fired when a DesktopTaskBarItem on the Desktop is double clicked.

Last updated