PopupMenuShowingEventArgs Properties
Provides data for the PivotGridControl.PopupMenuShowing event.
Name | Description |
---|---|
Customizations | Allows you to customize the context menu by adding new menu items or removing existing items. |
Handled |
Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.
Inherited from Routed |
Items | Gets a collection of items contained within the context menu. |
Menu |
Gets what kind of pivot grid element invokes the menu. |
Original |
Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.
Inherited from Routed |
Routed |
Gets or sets the Routed |
Source |
Gets the Pivot |
Target |
Gets the UI element for which the context menu is shown. |
See Also