Skip to main content
A newer version of this page is available. .

TokenEdit.BeforeShowPopupPanel Event

Occurs before the peek panel assigned to this TokenEdit is displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Events")]
public event TokenEditBeforeShowPopupPanelEventHandler BeforeShowPopupPanel

Event Data

The BeforeShowPopupPanel event's data class is DevExpress.XtraEditors.TokenEditBeforeShowPopupPanelEventArgs.

Remarks

See the RepositoryItemTokenEdit.BeforeShowPopupPanel topic for details.

See Also