GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CalendarMappingCollection Class / WriteObject Method
CustomCalendar object.
Object from custom data source/

In This Topic
    WriteObject Method (CalendarMappingCollection)
    In This Topic
    Fills boundObject with values from specified CustomCalendar object.
    Syntax
    'Declaration
     
    Protected Overrides Sub WriteObject( _
       ByVal calendar As CustomCalendar, _
       ByVal boundObject As Object _
    ) 
    protected override void WriteObject( 
       CustomCalendar calendar,
       object boundObject
    )

    Parameters

    calendar
    CustomCalendar object.
    boundObject
    Object from custom data source/
    See Also