Occurs when the template is used for drawing a tile.
The event handler receives an argument of type TemplatePaintEventArgs containing data related to this event. The following TemplatePaintEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| ClipRectangle | (Inherited from System.Windows.Forms.PaintEventArgs) |
| Graphics | (Inherited from System.Windows.Forms.PaintEventArgs) |
| Slide | Gets the currently drawn Slide object or null for the main template. |
| Tile | Gets the Tile object providing data for the template. |