Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse Click event information #1717

Open
Wraith2 opened this issue Nov 30, 2024 · 0 comments
Open

Mouse Click event information #1717

Wraith2 opened this issue Nov 30, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation requires-attention

Comments

@Wraith2
Copy link

Wraith2 commented Nov 30, 2024

I'm using a WinForms PieChart and I want to be able to detect a right click on any data point and show a context menu with possible actions. I can't work out how to get a mouse event that tells me what mouse button was used. The DataPointerDown, ChartPointPointerDown and VisualElementsPointerDown either don't contain any information about the click itself or are limited to the location of the event. The standard inherited Click and MouseClick events do not fire.

Is this possible? If so, how? And if it is not can it be added please?

@beto-rodriguez beto-rodriguez added requires-attention documentation Improvements or additions to documentation labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation requires-attention
Projects
None yet
Development

No branches or pull requests

2 participants