Esempio n. 1
0
 /// <summary>
 /// Handles the key down event when the control has focus and passes it up
 /// to the parent canvas.
 /// </summary>
 /// <param name="e">Key event arguments</param>
 protected override void OnKeyDown(KeyEventArgs e)
 {
     _view.HandleOnKeyDown(e);
 }