C# Class DeviceHive.NotificationEventArgs

Notification event arguments structure
Inheritance: EventArgs
Mostrar archivo Open project: devicehive/devicehive-.net-mf Class Usage Examples

Public Properties

Property Type Description
Notification INotification

Public Methods

Method Description
NotificationEventArgs ( INotification n ) : System

Constructs notification event arguments structure for the specified notification

Implementers should expect that Notification parameter can be null.

Method Details

NotificationEventArgs() public method

Constructs notification event arguments structure for the specified notification
Implementers should expect that Notification parameter can be null.
public NotificationEventArgs ( INotification n ) : System
n INotification Notification data
return System

Property Details

Notification public_oe property

Notification data
public INotification Notification
return INotification