Click or drag to resize
ObservableEventTSender, TResultRemove Method (EventRegistrationToken)
Removes a handler from the observed event.

Namespace: Microsoft.IoT.DeviceHelpers
Assembly: Microsoft.IoT.DeviceHelpers (in Microsoft.IoT.DeviceHelpers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Remove(
	EventRegistrationToken token
)

Parameters

token
Type: System.Runtime.InteropServices.WindowsRuntimeEventRegistrationToken
The token to remove.

Implements

IObservableEventTSender, TResultRemove(EventRegistrationToken)
See Also