 | ZWManagerNotificationReceived Event |
Event fired when a notification is received from the controller or a node
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic event NotificationReceivedEventHandler NotificationReceived
Public Event NotificationReceived As NotificationReceivedEventHandler
public:
virtual event NotificationReceivedEventHandler^ NotificationReceived {
void add (NotificationReceivedEventHandler^ value);
void remove (NotificationReceivedEventHandler^ value);
}
Value
Type:
OpenZWaveNotificationReceivedEventHandler
See Also