Méthode | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnRefreshAll_Click ( object sender, |
||
gControllers_GridRebind ( object sender, |
Handles the GridRebind event of the gControllers control.
|
|
gControllers_RowSelected ( object sender, Rock e ) : void |
Handles the RowSelected event of the gControllers control.
|
Méthode | Description | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
|
RefreshControllerList ( ) : void |
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
protected btnRefreshAll_Click ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected gControllers_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gControllers_RowSelected ( object sender, Rock e ) : void | ||
sender | object | The source of the event. |
e | Rock | The |
Résultat | void |