TrackEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the Track event.
- C#
- VB.NET
public delegate void TrackEventHandler(Object sender, TrackEventArgs e)
Public Delegate Sub TrackEventHandler(ByVal sender As [Object], ByVal e As TrackEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | TrackEventArgs | A TrackEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Control.Track | Fired when a pointer grabs an item and moves the pointer on it. |