WorkerMessageAvailable Event

Occurs when a message is received, validated and placed in a receive queue.

Definition

Namespace: Peak.Can.Basic
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.8.2
C#
public event EventHandler<MessageAvailableEventArgs> MessageAvailable

Value

EventHandlerMessageAvailableEventArgs

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