Interface
IMapDynamicSource

The classes which provides data for the Dynamic Layer must implement this interface.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public interface IMapDynamicSource

Methods

ItemsRequest(object, ItemsRequestEventArgs)

Async data request event handler for the dynamic layer.

Declaration

cs-api-definition
void ItemsRequest(object sender, ItemsRequestEventArgs eventArgs)

Parameters

sender

object

The Dynamic layer instance.

eventArgs

ItemsRequestEventArgs

Request arguments.