Beispiel #1
0
 private void gridView1_MouseDown(object sender, MouseEventArgs e)
 {
     _HitInfo = gridView1.CalcHitInfo(new Point(e.X, e.Y));
     _Event   = ((MedicalEvent_ViewBE)gridView1.GetRow(_HitInfo.RowHandle));
     if (_Event != null)
     {
         using (WaitCursorHelper w = new WaitCursorHelper(this))
         {
             uc_docprontviewer_11.Pupulate(Create_Doc());
         }
     }
 }
Beispiel #2
0
        private void gridView1_MouseDown(object sender, MouseEventArgs e)
        {

            _HitInfo = gridView1.CalcHitInfo(new Point(e.X, e.Y));
            _Event = ((MedicalEvent_ViewBE)gridView1.GetRow(_HitInfo.RowHandle));
            if (_Event != null)
            {
                using (WaitCursorHelper w = new WaitCursorHelper(this))
                {
                    uc_docprontviewer_11.Pupulate(Create_Doc());
                }
            }

        }