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

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

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

    See Also