Dynamo.Controls.DynamoView.OnGalleryBackgroundMouseClick C# (CSharp) Méthode

OnGalleryBackgroundMouseClick() private méthode

private OnGalleryBackgroundMouseClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Résultat void
        private void OnGalleryBackgroundMouseClick(object sender, MouseButtonEventArgs e)
        {
            dynamoViewModel.CloseGalleryCommand.Execute(null);
            e.Handled = true;
        }
DynamoView