C# Class RockWeb.Blocks.Crm.PersonSearch

Inheritance: Rock.Web.UI.RockBlock
ファイルを表示 Open project: CentralAZ/Rockit-CentralAZ

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
gPeople_GridRebind ( object sender, EventArgs e ) : void
gPeople_RowSelected ( object sender, RowEventArgs e ) : void

Private Methods

Method Description
BindGrid ( ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

gPeople_GridRebind() protected method

protected gPeople_GridRebind ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

gPeople_RowSelected() protected method

protected gPeople_RowSelected ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
return void