WorkerModelChangedHandler TItem  Delegate TIBCO Spotfire 6.0 API Reference
Delegate for handling worker model changed events.

Namespace: Spotfire.Dxp.Framework.Threading
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public delegate void WorkerModelChangedHandler<TItem>(
	WorkDispatcher<TItem> workDispatcher,
	DocumentNode workerModel
)
where TItem : WorkItem

Parameters

workDispatcher
Type: Spotfire.Dxp.Framework.Threading WorkDispatcher TItem 
The work dispatcher that caused the event.
workerModel
Type: Spotfire.Dxp.Framework.DocumentModel DocumentNode
The document node that changed.
Type Parameters

TItem
The type of the work item.
See Also