C# Class Goldtect.ASTreeViewDemo.ASTreeViewDemo7

Inheritance: PageBase
Show file Open project: jinweijie/Goldtect.ASTreeViewSamples

Protected Properties

Property Type Description
Head1 global::System.Web.UI.HtmlControls.HtmlHead
Header1 global::Goldtect.ASTreeViewDemo.Header
aslTreeOne global::System.Web.UI.WebControls.Literal
aslTreeTwo global::System.Web.UI.WebControls.Literal
astvMyTree1 global::Goldtect.ASTreeView
astvMyTree2 global::Goldtect.ASTreeView
btnEnableBothWays global::System.Web.UI.WebControls.Button
btnTreeOneToTreeTwo global::System.Web.UI.WebControls.Button
btnTreeTwoToTreeOne global::System.Web.UI.WebControls.Button
divConsole global::System.Web.UI.HtmlControls.HtmlGenericControl
form1 global::System.Web.UI.HtmlControls.HtmlForm

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnEnableBothWays_Click ( object sender, EventArgs e ) : void
btnTreeOneToTreeTwo_Click ( object sender, EventArgs e ) : void
btnTreeTwoToTreeOne_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
GenerateTree ( ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnEnableBothWays_Click() protected method

protected btnEnableBothWays_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnTreeOneToTreeTwo_Click() protected method

protected btnTreeOneToTreeTwo_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnTreeTwoToTreeOne_Click() protected method

protected btnTreeTwoToTreeOne_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

Head1 protected property

Head1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlHead Head1
return global::System.Web.UI.HtmlControls.HtmlHead

Header1 protected property

Header1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Goldtect.ASTreeViewDemo.Header Header1
return global::Goldtect.ASTreeViewDemo.Header

aslTreeOne protected property

aslTreeOne control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal aslTreeOne
return global::System.Web.UI.WebControls.Literal

aslTreeTwo protected property

aslTreeTwo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal aslTreeTwo
return global::System.Web.UI.WebControls.Literal

astvMyTree1 protected property

astvMyTree1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Goldtect.ASTreeView astvMyTree1
return global::Goldtect.ASTreeView

astvMyTree2 protected property

astvMyTree2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Goldtect.ASTreeView astvMyTree2
return global::Goldtect.ASTreeView

btnEnableBothWays protected property

btnEnableBothWays control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnEnableBothWays
return global::System.Web.UI.WebControls.Button

btnTreeOneToTreeTwo protected property

btnTreeOneToTreeTwo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnTreeOneToTreeTwo
return global::System.Web.UI.WebControls.Button

btnTreeTwoToTreeOne protected property

btnTreeTwoToTreeOne control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnTreeTwoToTreeOne
return global::System.Web.UI.WebControls.Button

divConsole protected property

divConsole control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divConsole
return global::System.Web.UI.HtmlControls.HtmlGenericControl

form1 protected property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm