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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class NotificationEventArgs : EventArgs
Inheritance
Object    EventArgs    NotificationEventArgs

Constructors

NotificationEventArgs Default constructor

Properties

Notification Received notification

See Also