Back to Devexpress

TokenEdit.ValidateToken Event

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-c35f3123.md

latest1.5 KB
Original Source

TokenEdit.ValidateToken Event

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event TokenEditValidateTokenEventHandler ValidateToken
vb
<DXCategory("Events")>
Public Event ValidateToken As TokenEditValidateTokenEventHandler

Event Data

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

Remarks

See the RepositoryItemTokenEdit.ValidateToken event to learn more.

See Also

ValidateToken

Token Edit Control

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace