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

RepositoryItemTokenEdit.TokenAdded Event

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

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