ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / Template Class / OnPaint Method

In This Topic
    OnPaint Method (Template)
    In This Topic
    Raises the Paint event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPaint( _
       ByVal e As TemplatePaintEventArgs _
    ) 
    protected virtual void OnPaint( 
       TemplatePaintEventArgs e
    )

    Parameters

    e
    See Also