Class ReadShapeDataCompletedEventArgs
Represents the ReadShapeDataCompletedEventArgs class.
Inheritance
System.Object
ReadShapeDataCompletedEventArgs
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ReadShapeDataCompletedEventArgs : EventArgs
Constructors
ReadShapeDataCompletedEventArgs()
Declaration
public ReadShapeDataCompletedEventArgs()
Properties
Canceled
Gets a value that indicates whether an asynchronous operation has been canceled.
Declaration
public bool Canceled { get; }
Property Value
System.Boolean
|
Error
Gets the exception.
Declaration
public Exception Error { get; }
Property Value
System.Exception
|
UserState
Gets the user-defined object which could be set for ReadAsync method.
Declaration
public object UserState { get; }
Property Value
System.Object
|