コード例 #1
0
ファイル: BarEditor.xaml.cs プロジェクト: Linear-M/HNDProject
 private void cmbProject_MouseEnter(object sender, MouseEventArgs e)
 {
     //When the control is entered possible reload tasks and the changing information
     ModelView.projectListComboBoxHandler(cmbProject);
 }
コード例 #2
0
 private void cmbProjectSelector_MouseEnter(object sender, MouseEventArgs e)
 {
     //If a user hovers over the combo box handle this in the modelview
     ModelView.projectListComboBoxHandler(cmbProjectSelector);
 }