Interface IMapVirtualizationSource
The classes which provides data for the Virtualization Layer must implement this interface.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface IMapVirtualizationSource
Methods
BackgroundItemsRequest(Object, BackgroundItemsRequestEventArgs)
Background data request event handler for the VirtualizationLayer Layer.
Declaration
void BackgroundItemsRequest(object sender, BackgroundItemsRequestEventArgs eventArgs)
Parameters
System.Object
sender
The VirtualizationLayer Layer instance. |
BackgroundItemsRequestEventArgs
eventArgs
Request arguments. |