示例#1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.FeatureGrid = ((System.Windows.Controls.DataGrid)(target));

            #line 19 "..\..\TableWidget.xaml"
                this.FeatureGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.OnSelectionChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.FeatureActionContextMenu = ((ESRI.ArcGIS.OperationsDashboard.Controls.FeatureActionContextMenu)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.FeatureGrid = ((System.Windows.Controls.DataGrid)(target));
     
     #line 19 "..\..\TableWidget.xaml"
     this.FeatureGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.OnSelectionChanged);
     
     #line default
     #line hidden
     return;
     case 2:
     this.FeatureActionContextMenu = ((ESRI.ArcGIS.OperationsDashboard.Controls.FeatureActionContextMenu)(target));
     return;
     }
     this._contentLoaded = true;
 }