'Declaration
Public Event Paint As EventHandler(Of TemplatePaintEventArgs)
public event EventHandler<TemplatePaintEventArgs> Paint
Event Data
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. |
See Also