Universal Windows Service Class Library

Monitor.Event Event

Event which will occures if monitor matches.

public event MonitorEventHandler Event;

Implements

IMonitor.Event

Remarks

This event will be fired if one monitor matches it's time. Callback functions using this event must have the same struct as MonitorEventHandler delegate.

For futher use see the example source code of IMonitor interface.

See Also

Monitor Class | uws.Monitors Namespace | MonitorEventHandler | IMonitor