Show contents 

Mobile Application > iOS Components > Working with the Mobile Application Component > Protocols > <DataViewDatasourceDelegate>

<DataViewDatasourceDelegate>

Description

The <DataViewDatasourceDelegate> protocol is used to work with a data source delegate.

Supported Protocols

<NSObject>

Comments

The data source delegate is subscribed for data source events and handles them.

Methods

dataSourceUpdated:withReason:. Handles delegate message about event occurred in the data source.

See also:

Protocols. The Mobile Application Component