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

Event argument for Group Picker field
Наследование: RowEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GroupPickerRowEventArgs ( System.Web.UI.WebControls.GridViewRow row ) : System

Initializes a new instance of the GroupPickerRowEventArgs class.

GroupPickerRowEventArgs ( System.Web.UI.WebControls.GridViewRow row, int groupId ) : System

Initializes a new instance of the GroupPickerRowEventArgs class.

GroupPickerRowEventArgs ( int rowIndex, object rowKeyValue ) : System

Initializes a new instance of the GroupPickerRowEventArgs class.

GroupPickerRowEventArgs ( int rowIndex, object rowKeyValue, int groupId ) : System

Initializes a new instance of the GroupPickerRowEventArgs class.

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

GroupPickerRowEventArgs() публичный Метод

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

GroupPickerRowEventArgs() публичный Метод

Initializes a new instance of the GroupPickerRowEventArgs class.
public GroupPickerRowEventArgs ( System.Web.UI.WebControls.GridViewRow row, int groupId ) : System
row System.Web.UI.WebControls.GridViewRow The row.
groupId int The group identifier.
Результат System

GroupPickerRowEventArgs() публичный Метод

Initializes a new instance of the GroupPickerRowEventArgs class.
public GroupPickerRowEventArgs ( int rowIndex, object rowKeyValue ) : System
rowIndex int Index of the row.
rowKeyValue object The row key value.
Результат System

GroupPickerRowEventArgs() публичный Метод

Initializes a new instance of the GroupPickerRowEventArgs class.
public GroupPickerRowEventArgs ( int rowIndex, object rowKeyValue, int groupId ) : System
rowIndex int Index of the row.
rowKeyValue object The row key value.
groupId int The group identifier.
Результат System