NotificationEventArgs Constructor

Default constructor

Definition

Namespace: MobileTrack.DataContainers.Models
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
internal NotificationEventArgs(
	NotificationDto notification
)

Parameters

notification  NotificationDto
Received notification

Exceptions

ArgumentNullExceptionThrown if notification is .

See Also