ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewCancelEditEventArgs Class
Members

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

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

    See Also