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

Inheritance: RockTemplateField, INotRowSelectedField
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( bool sortingEnabled, Control control ) : bool

Performs basic instance initialization for a data control field.

LinkButtonField ( ) : System

Initializes a new instance of the LinkButtonField class.

OnClick ( RowEventArgs e ) : void

Raises the E:Click event.

Méthodes protégées

Méthode Description
linkButtonFieldTemplate_LinkButtonClick ( object sender, RowEventArgs e ) : void

Handles the LinkButtonClick event of the linkButtonFieldTemplate control.

Method Details

Initialize() public méthode

Performs basic instance initialization for a data control field.
public Initialize ( bool sortingEnabled, Control control ) : bool
sortingEnabled bool A value that indicates whether the control supports the sorting of columns of data.
control System.Web.UI.Control The data control that owns the .
Résultat bool

LinkButtonField() public méthode

Initializes a new instance of the LinkButtonField class.
public LinkButtonField ( ) : System
Résultat System

OnClick() public méthode

Raises the E:Click event.
public OnClick ( RowEventArgs e ) : void
e RowEventArgs The instance containing the event data.
Résultat void

linkButtonFieldTemplate_LinkButtonClick() protected méthode

Handles the LinkButtonClick event of the linkButtonFieldTemplate control.
protected linkButtonFieldTemplate_LinkButtonClick ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e RowEventArgs The instance containing the event data.
Résultat void