Interface IMapDynamicSource
The classes which provides data for the Dynamic Layer must implement this interface.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface IMapDynamicSource
Methods
ItemsRequest(Object, ItemsRequestEventArgs)
Async data request event handler for the dynamic layer.
Declaration
void ItemsRequest(object sender, ItemsRequestEventArgs eventArgs)
Parameters
System.Object
sender
The Dynamic layer instance. |
ItemsRequestEventArgs
eventArgs
Request arguments. |