PopupMenuShowingEventArgs Constructors
Provides data for the LayoutControl.PopupMenuShowing and LayoutControl.LayoutTreeViewPopupMenuShowing events.| Name | Parameters | Description |
|---|---|---|
| PopupMenuShowingEventArgs(DXPopupMenu, BaseLayoutItemHitInfo, Boolean) | menu, hitInfo, allow | Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. |
| PopupMenuShowingEventArgs(DXPopupMenu, BaseLayoutItemHitInfo) | menu, hitInfo | Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. |
See Also