[]
Provides data for a ContextMenuShowing event.
public class ContextMenuShowingEventArgs : EventArgs
| Name | Description |
|---|---|
| ContextMenuShowingEventArgs(int, int) | Initializes a new instance of the ContextMenuShowingEventArgs class. |
| Name | Description |
|---|---|
| Handled | Gets or sets whether the context menu appeared successfully. |
| Location | Gets the screen point where the context menu should appear. |
| X | Gets the x-coordinate of the screen point where the context menu should appear. |
| Y | Gets the y-coordinate of the screen point where the context menu should appear. |