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

In This Topic
    C1GridViewDetailRequiresDataSourceEventHandler Delegate
    In This Topic
    Represents the method that handles the C1GridView.DetailRequiresDataSource event of a C1GridView control.
    Syntax
    'Declaration
     
    Public Delegate Sub C1GridViewDetailRequiresDataSourceEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As C1GridViewDetailRequiresDataSourceEventArgs _
    ) 
    public delegate void C1GridViewDetailRequiresDataSourceEventHandler( 
       System.object sender,
       C1GridViewDetailRequiresDataSourceEventArgs e
    )

    Parameters

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