CRaPI - Correct Robust and Perfect API

Clock.TickOnCycleSoonEnding Event

Raised due to the TicksLeftToSendEvent there should be left on the current cycle.

public event TimeEventHandler TickOnCycleSoonEnding;

Event Data

The event handler receives an argument of type TimeEventArgs containing data related to this event. The following TimeEventArgs property provides information specific to this event.

PropertyDescription
TimeThe time set by the event.

Remarks

Subscibe this event if you want to be notifed about cycle is soon ending.

See Also

Clock Class | TeamYaffa.CRaPI Namespace