Universal Windows Service Class Library

Monitor.OnEvent Method 

Function will be called when the monitor event should be fired.

protected void OnEvent(
   MonitorEventArgs e
);

Parameters

e
Monitor specified arguments used by callback function.

Remarks

This function fires the monitor event and calls all callback functions which are added to monitor event.

See Also

Monitor Class | uws.Monitors Namespace | Event | MonitorEventHandler