Contains event data for the SelectionChanged event of the C1GridView control.

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

Syntax

JavaScript
C1.Web.UI.Controls.C1GridView.SelectionChangedEventArgs = function();

Type.createClass(
	'C1.Web.UI.Controls.C1GridView.SelectionChangedEventArgs',
	Sys.EventArgs);

Inheritance Hierarchy

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

See Also