C# Класс Rock.Web.UI.Controls.RowEventArgs

Event argument used by the Grid events
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

RowEventArgs() публичный метод

Initializes a new instance of the RowEventArgs class.
public RowEventArgs ( GridViewRow row ) : System
row GridViewRow The row.
Результат System

RowEventArgs() публичный метод

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.
Результат System