PerformanceTimerElapsed Event

Occurs each time the number of milliseconds specified by Interval expires.

Definition

Namespace: Peak.Classes.Time
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
public event EventHandler Elapsed

Value

EventHandler

Remarks

  Important

This event is fired from a background thread. It may be needed to do synchronization operations with the main thread, if visual controls are involved.

See Also