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

Event argument for Group Picker field
Inheritance: RowEventArgs
Exibir arquivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
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.

Method Details

GroupPickerRowEventArgs() public method

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.
return System

GroupPickerRowEventArgs() public method

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.
return System

GroupPickerRowEventArgs() public method

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.
return System

GroupPickerRowEventArgs() public method

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.
return System