C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / TasksMappingCollection Class / WriteObject Method
Task object.
object from custom data source/

In This Topic
WriteObject Method (TasksMappingCollection)
In This Topic
Fills boundObject with values from specified BaseObject object.
Syntax
'Declaration
 
Protected Overrides Sub WriteObject( _
   ByVal task As Task, _
   ByVal boundObject As Object _
) 
 

Parameters

task
Task object.
boundObject
object from custom data source/
See Also