Skip to main content
All docs
V23.2

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 RoutedEventArgs.
Items Gets items displayed in the invoked menu.
Menu Gets the invoked menu.
MenuType Gets the invoked menu’s type.
OriginalSource Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEvent Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
Row Gets a property grid row. Inherited from PropertyGridRowBaseEventArgs.
Source Gets the PropertyGridControl that raised the event.
TargetElement Gets the UI element for which the menu is shown.
Value Gets a row’s value. Inherited from PropertyGridRowBaseEventArgs.
See Also