| Visual Basic (Declaration) | |
|---|---|
Public Event UserDrawnTrack As dbiSlide.EventUserDrawnTrackHandler | |
| C# | |
|---|---|
public event dbiSlide.EventUserDrawnTrackHandler UserDrawnTrack | |
The event handler receives an argument of type UserDrawnTrackEventArgs containing data related to this event. The following UserDrawnTrackEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Graphics | A handle to the Graphics object responsible for the drawing. |
| Rect | The rectangle representing the size and location of the area for the track in the control's display. |
| TickDistance | The distance in pixels between each tick. |
| TickTotal | The total count of visible ticks in the control. |