Class PreviewReadShapesCompletedEventArgs
Represents the PreviewShapesReadCompletedEventArgs class.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class PreviewReadShapesCompletedEventArgs : ReadShapesCompletedEventArgs
Properties
Items
Gets the list of read elements.
Declaration
public List<FrameworkElement> Items { get; }
Property Value
System.Collections.Generic.List<System.Windows.FrameworkElement>
|