Back to Devexpress

PopupMenuShowingEventArgs Constructors

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-popupmenushowingeventargs-dot-ctor.md

latest2.0 KB
Original Source

PopupMenuShowingEventArgs Constructors

Contains data for the GridView.PopupMenuShowing event.

NameParametersDescription
PopupMenuShowingEventArgs(GridViewMenu, GridHitInfo)menu, hitInfoInitializes a new instance of the PopupMenuShowingEventArgs class with the specified menu and hit information.
PopupMenuShowingEventArgs(GridMenuType, GridViewMenu, GridHitInfo, Boolean)menuType, menu, hitInfo, allowInitializes a new instance of the PopupMenuShowingEventArgs class with the specified menu type, menu object, hit information and a value indicating whether or not a popup menu should be shown.
PopupMenuShowingEventArgs(GridMenuType, GridViewMenu, Point, Boolean)menuType, menu, point, allowInitializes a new instance of the PopupMenuShowingEventArgs class with the specified menu type, menu object, menu position and a value indicating whether or not a popup menu should be shown.

See Also

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace