Click or drag to resize
IObservableEventTSender, TResultRaise Method
Raises the observed event if there is at least one subscriber.

Namespace: Microsoft.IoT.DeviceHelpers
Assembly: Microsoft.IoT.DeviceHelpers (in Microsoft.IoT.DeviceHelpers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Raise(
	TSender sender,
	TResult args
)

Parameters

sender
Type: TSender
The sender of the event.
args
Type: TResult
Data for the event.
See Also