[]
Fills CustomCalendar object with values from specified boundObject.
protected override bool ReadObject(CustomCalendar calendar, object boundObject, bool raiseChanged)
Protected Overrides Function ReadObject(calendar As CustomCalendar, boundObject As Object, raiseChanged As Boolean) As Boolean
| Type | Name | Description |
|---|---|---|
| CustomCalendar | calendar | CustomCalendar object |
| object | boundObject | Object from custom data source |
| bool | raiseChanged | Specifies if calendar should raise Changed event during this method call |
| Type | Description |
|---|---|
| bool | Value indicating if bound object was changed by this method. |