Skip to main content
All docs
V18.2

RecentItemPopupMenuShowingEventHandler Delegate

Namespace: DevExpress.DashboardWin

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

Declaration

public delegate void RecentItemPopupMenuShowingEventHandler(
    object sender,
    RecentItemPopupMenuShowingEventArgs e
);

Parameters

Name Type
sender Object
e RecentItemPopupMenuShowingEventArgs
See Also