ActionFlowEventOnMapMarkerUpdated Field

Invoked when a map marker has been updated, either manually by a user or because of a background process.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public static readonly ActionFlowEvent OnMapMarkerUpdated

Field Value

ActionFlowEvent

Remarks

Parameters:
  • Previous version of the Map Marker (EnvironmentDto)
  • Current version of the Map Marker (EnvironmentDto)
  • the user updating the Map Marker (AccountDto - can be null)
  • the background process updating the Map Marker (Guid - can be null)
  • When this took place (DateTime)

See Also