C# Class Rock.Web.UI.Controls.RowEventArgs

Event argument used by the Grid events
Inheritance: System.EventArgs
Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
RowEventArgs ( GridViewRow row ) : System

Initializes a new instance of the RowEventArgs class.

RowEventArgs ( int rowIndex, object rowKeyValue ) : System

Initializes a new instance of the RowEventArgs class.

Method Details

RowEventArgs() public method

Initializes a new instance of the RowEventArgs class.
public RowEventArgs ( GridViewRow row ) : System
row GridViewRow The row.
return System

RowEventArgs() public method

Initializes a new instance of the RowEventArgs class.
public RowEventArgs ( int rowIndex, object rowKeyValue ) : System
rowIndex int Index of the row.
rowKeyValue object The row key value.
return System