ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnPaint Method
A System.Windows.Forms.PaintEventArgs that contains the event data.

In This Topic
    OnPaint Method (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPaint( _
       ByVal e As PaintEventArgs _
    ) 
    protected virtual void OnPaint( 
       PaintEventArgs e
    )

    Parameters

    e
    A System.Windows.Forms.PaintEventArgs that contains the event data.
    See Also