void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\Tabs\MainDemo.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Small_Click);

            #line default
            #line hidden
                return;

            case 2:

            #line 9 "..\..\..\Tabs\MainDemo.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Big_Click);

            #line default
            #line hidden
                return;

            case 3:
                this._treeList = ((Aga.Controls.Tree.TreeListView)(target));
                return;

            case 4:
                this._treeView = ((System.Windows.Controls.TreeView)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this._tree = ((Aga.Controls.Tree.TreeListView)(target));
         return;
     }
     this._contentLoaded = true;
 }
 public TreeListViewItem(TreeListView treeListView)
 {
     _treeListView = treeListView;
 }