Skip to main content

TokenEdit.ValidateToken Event

Allows you to perform the custom validation on text currently entered in this TokenEdit control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event TokenEditValidateTokenEventHandler ValidateToken

Event Data

The ValidateToken event's data class is DevExpress.XtraEditors.TokenEditValidateTokenEventArgs.

Remarks

See the RepositoryItemTokenEdit.ValidateToken event to learn more.

See Also