ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / Template Class / Paint Event

In This Topic
    Paint Event (Template)
    In This Topic
    Occurs when the template is used for drawing a tile.
    Syntax
    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