Method | Description | |
---|---|---|
SetVisible ( bool visible ) : void |
Hook so that other blocks can set the visibility of all ISecondaryBlocks on it's page
|
Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
Method | Description | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public SetVisible ( bool visible ) : void | ||
visible | bool | if set to |
return | void |