ClassItemsRequestEventArgs
Class
Represents arguments of the ItemsRequestEvent class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class ItemsRequestEventArgs
Inheritance: objectItemsRequestEventArgs
Properties
Layer
The DynamicLayer instance.
LowerRight
Lower right coordinate.
MaxZoom
Maximal zoom.
MinZoom
Minimal zoom.
Methods
CompleteItemsRequest(IEnumerable<object>)
Completes dynamic items request, adds items to the dynamic layer.
Declaration
cs-api-definition
public void CompleteItemsRequest(IEnumerable<object> items)
Parameters
items
Returned items.