Class ItemsRequestEventArgs
Represents arguments of the ItemsRequestEvent class.
Inheritance
System.Object
ItemsRequestEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ItemsRequestEventArgs
Properties
Layer
The DynamicLayer instance.
Declaration
public DynamicLayer Layer { get; }
Property Value
DynamicLayer
|
LowerRight
MaxZoom
Maximal zoom.
Declaration
public double MaxZoom { get; }
Property Value
System.Double
|
MinZoom
Minimal zoom.
Declaration
public double MinZoom { get; }
Property Value
System.Double
|
UpperLeft
Methods
CompleteItemsRequest(IEnumerable<Object>)
Completes dynamic items request, adds items to the dynamic layer.
Declaration
public void CompleteItemsRequest(IEnumerable<object> items)
Parameters
System.Collections.Generic.IEnumerable<System.Object>
items
Returned items. |