Provides data for the RowUpdated event.

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

Syntax

C#
public class C1GridViewUpdatedEventArgs : EventArgs
Visual Basic
Public Class C1GridViewUpdatedEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.Web.UI.Controls.C1GridView..::..C1GridViewUpdatedEventArgs

See Also