MouseUpKeyboardPreview() public method

Second handler for clicking, selects a the layer the user clicked on if the used clicked on an empty spot, deselects the current layer
public MouseUpKeyboardPreview ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void
示例#1
0
 /// <summary>
 ///     Second handler for clicking, selects a the layer the user clicked on
 ///     if the used clicked on an empty spot, deselects the current layer
 /// </summary>
 /// <param name="e"></param>
 public void MouseUpKeyboardPreview(MouseButtonEventArgs e)
 {
     ProfileViewModel.MouseUpKeyboardPreview(e);
 }