Click or drag to resize

EventWatcher Constructor

Creates a new event watcher and begins watching.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public EventWatcher(
	bool includeHeadlessDocuments
)

Parameters

includeHeadlessDocuments
Type: SystemBoolean
When true, events are also raised for headless documents. In this case handlers may be invoked on a non-UI thread (see the remarks on EventWatcher).
See Also