NotificationEventArgs Class

Notification event, thrown when a notification is received from the Event Handler, usually about the state of a business object or an event that took place with a DeviceDto

Definition

Namespace: MobileTrack.DataContainers.Models
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class NotificationEventArgs : EventArgs
Inheritance
Object    EventArgs    NotificationEventArgs

Constructors

NotificationEventArgs Default constructor

Properties

Notification Received notification

See Also