Пример #1
0
        private static void OnSelectedItemsChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            MultiSelectComboBoxAsociacionView control = (MultiSelectComboBoxAsociacionView)d;

            control.SelectNodes();
            control.SetText();
        }
Пример #2
0
        private static void OnItemsSourceChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            MultiSelectComboBoxAsociacionView control = (MultiSelectComboBoxAsociacionView)d;

            control.DisplayInControl();
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.m_MyGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.MC = ((UPC.HRNPCI.DesktopApplication.Views.AsociarPacienteFisioterapeuta.MultiSelectComboBoxAsociacionView)(target));
     return;
     case 3:
     this.txtBuscar = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.GridViewColumnsPaciente = ((System.Windows.Controls.GridView)(target));
     return;
     }
     this._contentLoaded = true;
 }