ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewDeletedEventHandler Delegate
The source of the event.
A C1GridViewDeletedEventArgs object that contains the event data.

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

    Parameters

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