True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / OnOwnerDrawCellPrint Method

In This Topic
    OnOwnerDrawCellPrint Method (Frame)
    In This Topic
    Raised when a cell has to be printed.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnOwnerDrawCellPrint( _
       ByVal e As OwnerDrawCellEventArgs _
    ) 
    protected virtual void OnOwnerDrawCellPrint( 
       OwnerDrawCellEventArgs e
    )

    Parameters

    e
    See Also