Back to Devexpress

RepositoryItemPopupBase.PopupAllowClick Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempopupbase-d54a7ceb.md

latest1.4 KB
Original Source

RepositoryItemPopupBase.PopupAllowClick Event

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

Namespace : DevExpress.XtraEditors.Repository

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

RepositoryItemPopupBase Class

RepositoryItemPopupBase Members

DevExpress.XtraEditors.Repository Namespace