Provides data for the RowCommand event.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class C1GridViewCommandEventArgs : CommandEventArgs
Visual Basic
Public Class C1GridViewCommandEventArgs _
	Inherits CommandEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Web.UI.WebControls..::..CommandEventArgs
      C1.Web.UI.Controls.C1GridView..::..C1GridViewCommandEventArgs

See Also