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