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

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

Méthodes publiques

Méthode 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 méthode

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

RowEventArgs() public méthode

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.
Résultat System