Back to Devexpress

PopupBaseEdit.PopupAllowClick Event

windowsforms-devexpress-dot-xtraeditors-dot-popupbaseedit-dcc2cfd7.md

latest1.2 KB
Original Source

PopupBaseEdit.PopupAllowClick Event

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event PopupAllowClickEventHandler PopupAllowClick
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event PopupAllowClick As PopupAllowClickEventHandler

Event Data

The PopupAllowClick event's data class is DevExpress.XtraEditors.Popup.PopupAllowClickEventArgs.

See Also

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.XtraEditors Namespace