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

Template used by the GroupPickerField control
Inheritance: ITemplate
Show file Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description
gp_SelectItem void

Public Methods

Method Description
InstantiateIn ( Control container ) : void

When implemented by a class, defines the T:System.Web.UI.Control object that child controls and templates belong to. These child controls are in turn defined within an inline template.

Private Methods

Method Description
gp_SelectItem ( object sender, EventArgs e ) : void

Handles the SelectItem event of the gp control.

Method Details

InstantiateIn() public method

When implemented by a class, defines the T:System.Web.UI.Control object that child controls and templates belong to. These child controls are in turn defined within an inline template.
public InstantiateIn ( Control container ) : void
container System.Web.UI.Control The object to contain the instances of controls from the inline template.
return void