Back to Devexpress

PopupMenuShowingEventArgs Class

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-menu.md

latest1.6 KB
Original Source

PopupMenuShowingEventArgs Class

Provides data for the SpreadsheetControl.PopupMenuShowing event.

Namespace : DevExpress.Xpf.Spreadsheet.Menu

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public class PopupMenuShowingEventArgs :
    EventArgs
vb
Public Class PopupMenuShowingEventArgs
    Inherits EventArgs

PopupMenuShowingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs PopupMenuShowingEventArgs

See Also

PopupMenuShowingEventArgs Members

DevExpress.Xpf.Spreadsheet.Menu Namespace