Class Environment.Communication
Class for handling the communication window.
Inheritance
System.Object
Environment.Communication
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public class Communication
Methods
Refresh()
Method to manually refresh the communication window.
Declaration
public static void Refresh()
Remarks
The communication window will usually refresh itself when necessary. This method exists to manually trigger the refresh if the window does not automatically do it.
Events
OnRefreshCommunicationForm
Event that gets triggered when the communication window gets refreshed
Declaration
public static event Environment.Communication.RefreshCommunicationEvent OnRefreshCommunicationForm
Event Type
Type | Description |
---|---|
Experior.Core.Environment.Communication.RefreshCommunicationEvent |