The dispatcher used to notify the GUI

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Dispatcher Dispatcher { get; private set; }
Visual Basic
Public Property Dispatcher As Dispatcher
	Get
	Private Set
JScript
function get Dispatcher () : Dispatcher
private function set Dispatcher (value : Dispatcher)

See Also