CommunicatorOnActivityChange Field

Event raised when communicator activity is changed. It can be uset to enable/disable user controls. Remember to use BeginInvoke in this procedure if it changes UI and communication runs in a separate thread.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public NotifyEvent OnActivityChange

Field Value

NotifyEvent

See Also