True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / CancelEventHandler Delegate

In This Topic
    CancelEventHandler Delegate
    In This Topic
    Raised before an action is performed on the grid and the action can be canceled.
    Syntax
    'Declaration
     
    Public Delegate Sub CancelEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As CancelEventArgs _
    ) 
    public delegate void CancelEventHandler( 
       System.object sender,
       CancelEventArgs e
    )

    Parameters

    sender
    e
    See Also