ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewSelectEventArgs Class
Members

In This Topic
    C1GridViewSelectEventArgs Class
    In This Topic
    Provides data for the C1GridView.SelectedIndexChanging event of the C1GridView control.
    Object Model
    C1GridViewSelectEventArgs Class
    Syntax
    'Declaration
     
    Public Class C1GridViewSelectEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    public class C1GridViewSelectEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             C1.Web.Wijmo.Controls.C1GridView.C1GridViewSelectEventArgs

    See Also