PropertyGridMenuEventArgs Properties
Contains data for the MenuOpening event.
Name | Description |
---|---|
Customizations | Gets a collection of menu customizations applied in this event handler. |
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 items displayed in the invoked menu. |
Menu | Gets the invoked menu. |
Menu |
Gets the invoked menu’s type. |
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 |
Row |
Gets a property grid row.
Inherited from Property |
Source |
Gets the Property |
Target |
Gets the UI element for which the menu is shown. |
Value |
Gets a row’s value.
Inherited from Property |
See Also