RepositoryItemTokenEdit.TokenMouseEnter Event
Fires whenever a user focuses a token.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The TokenMouseEnter event's data class is DevExpress.XtraEditors.TokenEditTokenMouseEnterEventArgs.
Remarks
The TokenMouseEnter event occurs each time a mouse cursor enters a token area. Leaving the token area fires the RepositoryItemTokenEdit.TokenMouseLeave event.
See Also