ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / Frame Class / OnBeforeDelete Method

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

    Parameters

    e
    See Also