Skip to main content
All docs
V18.2

RecentItemPopupMenuShowingEventArgs(String, String, Point, PopupMenu) Constructor

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public RecentItemPopupMenuShowingEventArgs(
    string filePath,
    string directoryPath,
    Point location,
    PopupMenu popupMenu
)

Parameters

Name Type
filePath String
directoryPath String
location Point
popupMenu PopupMenu
See Also