Artemis.ViewModels.Profiles.ProfileEditorViewModel.MouseUpKeyboardPreview C# (CSharp) Method

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
        public void MouseUpKeyboardPreview(MouseButtonEventArgs e)
        {
            ProfileViewModel.MouseUpKeyboardPreview(e);
        }