ActionFlowEventOnAccountUpdated Field
Invoked when an account has been updated, either manually by a user or because of a background process.
Namespace: MobileTrack.Common.EnumsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public static readonly ActionFlowEvent OnAccountUpdated
Field Value
ActionFlowEvent
Parameters:
- Previous version of the Account (AccountDto)
- Current version of the Account (AccountDto)
- the user updating the account (AccountDto - can be null)
- the background process updating the account (Guid - can be null)
- When this took place (DateTime)