Class PreviewReadShapeDataCompletedEventArgs
Represents the PreviewReadShapeDataCompletedEventArgs class.
Inheritance
System.Object
System.EventArgs
PreviewReadShapeDataCompletedEventArgs
Inherited Members
System.EventArgs.Empty
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 PreviewReadShapeDataCompletedEventArgs : ReadShapeDataCompletedEventArgs
Constructors
PreviewReadShapeDataCompletedEventArgs()
Declaration
public PreviewReadShapeDataCompletedEventArgs()
Properties
Items
Gets the list of read items.
Declaration
public List<ExtendedDataProvider> Items { get; }
Property Value
System.Collections.Generic.List<ExtendedDataProvider>
|