Click or drag to resize

InProcessServerStateChanged Event

Parent apps can listen to this event to be notified of a change of state of the in-process server, and they be notified of the arrival of messages from the InProcessClient.

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public event InProcessEventHandler StateChanged

Value

InProcessEventHandler
See Also