 | NotificationReceivedEventHandler Delegate |
[Missing <summary> documentation for "T:OpenZWave.NotificationReceivedEventHandler"]
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic delegate void NotificationReceivedEventHandler(
ZWManager sender,
NotificationReceivedEventArgs e
)
Public Delegate Sub NotificationReceivedEventHandler (
sender As ZWManager,
e As NotificationReceivedEventArgs
)
public delegate void NotificationReceivedEventHandler(
[InAttribute] ZWManager^ sender,
[InAttribute] NotificationReceivedEventArgs^ e
)
Parameters
- sender
- Type: OpenZWaveZWManager
- e
- Type: OpenZWaveNotificationReceivedEventArgs
See Also