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

In This Topic
    OnBeforeInsert Method (Frame)
    In This Topic
    Raised before a row is inserted.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnBeforeInsert( _
       ByVal e As CancelEventArgs _
    ) 
    protected virtual void OnBeforeInsert( 
       CancelEventArgs e
    )

    Parameters

    e
    See Also