Skip to main content
Version: 3.5

TrackEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the Track event.

public delegate void TrackEventHandler(Object sender, TrackEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eTrackEventArgsA TrackEventArgs that contains the event data.

Fired By

NameDescription
Control.TrackFired when a pointer grabs an item and moves the pointer on it.