Click or drag to resize

NotificationReceivedEventHandler Delegate

[Missing <summary> documentation for "T:OpenZWave.NotificationReceivedEventHandler"]

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public delegate void NotificationReceivedEventHandler(
	ZWManager sender,
	NotificationReceivedEventArgs e
)

Parameters

sender
Type: OpenZWaveZWManager
e
Type: OpenZWaveNotificationReceivedEventArgs
See Also