Back to Devexpress

PopupMenuShowingEventArgs Class

windowsforms-devexpress-dot-xtraeditors-dot-filtering-ddfc3f1f.md

latest1.7 KB
Original Source

PopupMenuShowingEventArgs Class

Provides data for the FilterControl.PopupMenuShowing event.

Namespace : DevExpress.XtraEditors.Filtering

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

PopupMenuShowingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs CancelEventArgs PopupMenuShowingEventArgs

See Also

PopupMenuShowingEventArgs Members

DevExpress.XtraEditors.Filtering Namespace