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+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class NotificationEventArgs : EventArgs
Inheritance
Object    EventArgs    NotificationEventArgs

Constructors

NotificationEventArgs Default constructor

Properties

Notification Received notification

See Also