ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewCancelEditEventHandler Delegate
The source of the event.
A C1GridViewCancelEditEventArgs object that contains the event data.

In This Topic
    C1GridViewCancelEditEventHandler Delegate
    In This Topic
    Represents the method that will handle the C1GridView.RowCancelingEdit event of a C1GridView control.
    Syntax
    'Declaration
     
    Public Delegate Sub C1GridViewCancelEditEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As C1GridViewCancelEditEventArgs _
    ) 
    public delegate void C1GridViewCancelEditEventHandler( 
       System.object sender,
       C1GridViewCancelEditEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A C1GridViewCancelEditEventArgs object that contains the event data.
    See Also