RepositoryItemTokenEdit.TokenAdded Event
In This Article
Occurs after a new token was successfully added to this TokenEdit.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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