Click or drag to resize
IEventObserverAdded Method
Called when an event subscription is added.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Added(
	Object sender
)

Parameters

sender
Type: SystemObject
The object where the subscription was added.
See Also