Method | Description | |
---|---|---|
Add_Main_Viewer_Section ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void |
Adds the main view section to the page turner
|
Method | Description | |
---|---|---|
treeView1_TreeNodePopulate ( object sender, System.Web.UI.WebControls.TreeNodeEventArgs e ) : void |
Event handler loads the nodes on request to the serial hierarchy trees when the user requests them by expanding a node
|
public Add_Main_Viewer_Section ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void | ||
MainPlaceHolder | System.Web.UI.WebControls.PlaceHolder | Main place holder ( "mainPlaceHolder" ) in the itemNavForm form into which the the bulk of the item viewer's output is displayed |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |