IMapDynamicSource
Interface
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:
C#
public interface IMapDynamicSource
Methods
Async data request event handler for the dynamic layer.
C#
void ItemsRequest(object sender, ItemsRequestEventArgs eventArgs)
The Dynamic layer instance.
eventArgsItemsRequestEventArgsRequest arguments.