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

Namespace: Spotfire.Dxp.Framework.Threading
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
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.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also