MindFusion WinForms Programmer's Guide
DataSourceTracker.SetTargetFactory Method
See Also
 





Sets the factory used to create items in the target collection or remove existing items from there.

Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding

 Syntax

C#  Copy Code

public void SetTargetFactory (
    IItemFactory factory
)

Visual Basic  Copy Code

Public Sub SetTargetFactory ( _
    factory As IItemFactory _
)

 Parameters

factory
An object implementing the IItemFactory interface.

 See Also

DataSourceTracker Members
DataSourceTracker Class
MindFusion.DataBinding Namespace