Skip to main content

RepositoryItemTokenEdit.TokenAdded Event

Occurs after a new token was successfully added to this TokenEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event TokenEditTokenAddedEventHandler TokenAdded

Event Data

The TokenAdded event's data class is DevExpress.XtraEditors.TokenEditTokenAddedEventArgs.

Remarks

The TokenAdded even fires after the RepositoryItemTokenEdit.TokenAdding event if it was not canceled.

See Also