C# 클래스 Rock.Web.UI.Controls.GroupPickerRowEventArgs

Event argument for Group Picker field
상속: RowEventArgs
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
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