UserServiceAfterChangeDeptAsync Method

成功修改用户所属部门后调用的方法。

Definition

Namespace: QuickAdmin.Service.Admin
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
protected virtual Task AfterChangeDeptAsync(
	SysUser user,
	SysDept fromDept,
	SysDept toDept,
	CancellationToken cancellationToken
)

Parameters

user  SysUser
修改了所属部门的用户实体。
fromDept  SysDept
原所属部门实体。
toDept  SysDept
目的所属部门实体。
cancellationToken  CancellationToken
用于取消操作的令牌。

Return Value

Task

See Also