Skip to main content

PopupMenuShowingEventArgs Class

Provides data for the SpreadsheetControl.PopupMenuShowing event.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public class PopupMenuShowingEventArgs :
    EventArgs

Remarks

The PopupMenuShowingEventArgs objects are automatically created, initialized and passed to the SpreadsheetControl.PopupMenuShowing event handlers.

Inheritance

Object
EventArgs
PopupMenuShowingEventArgs
See Also