ActionFlowEventOnAccountCreated Field
Invoked when an account has been created, either manually by a user or because of a background process.
Namespace: MobileTrack.Common.EnumsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public static readonly ActionFlowEvent OnAccountCreated
Field Value
ActionFlowEvent
Parameters:
- Created Account (AccountDto)
- the user creating the account (AccountDto - can be null)
- the background process creating the account (Guid - can be null)
- When this took place (DateTime)