RepositoryItemTokenEdit.TokenMouseLeave Event
Fires when a TokenEdit token loses mouse focus.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The TokenMouseLeave event's data class is DevExpress.XtraEditors.TokenEditTokenMouseLeaveEventArgs.
Remarks
See the RepositoryItemTokenEdit.TokenMouseEnter event to learn more.
See Also