Class ReadShapeDataCompletedEventArgs
Inheritance
System.Object
ReadShapeDataCompletedEventArgs
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ReadShapeDataCompletedEventArgs : EventArgs
Constructors
ReadShapeDataCompletedEventArgs()
Declaration
public ReadShapeDataCompletedEventArgs()
Properties
Canceled
Declaration
public bool Canceled { get; }
Property Value
System.
|
Error
Declaration
public Exception Error { get; }
Property Value
System.
|
UserState
Declaration
public object UserState { get; }
Property Value
System.
|