[]
Provides data for the ContextMenuPopup event.
public class ContextMenuPopupEventArgs : EventArgs
Name | Description |
---|---|
ContextMenuPopupEventArgs() | Initializes a new instance of a ContextMenuPopupEventArgs. |
ContextMenuPopupEventArgs(double, double) | Initializes a new instance of a ContextMenuPopupEventArgs. |
Name | Description |
---|---|
FromKeyboard | Gets a value indicating if the event came from the keyboard. |
X | Gets the X screen coordinate, in DIPs. |
Y | Gets the Y screen coordinate, in DIPs. |