ComponentOne TileControl for WinForms
Paint Event (Template)

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > Template Class : Paint Event
Occurs when the template is used for drawing a tile.
Syntax
'Declaration
 
Public Event Paint As System.EventHandler(Of TemplatePaintEventArgs)
public event System.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.

PropertyDescription
(Inherited from System.Windows.Forms.PaintEventArgs)
(Inherited from System.Windows.Forms.PaintEventArgs)
Gets the currently drawn Slide object or null for the main template.  
Gets the Tile object providing data for the template.  
See Also