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