Class ElevationCompletedEventArgs
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class ElevationCompletedEventArgs : EventArgs
Constructors
ElevationCompletedEventArgs(ElevationData[], SeaLevelData[])
Initializes a new instance of the ElevationCompletedEventArgs class.
Declaration
public ElevationCompletedEventArgs(ElevationData[] elevations, SeaLevelData[] seaLevels)
Parameters
ElevationData[]
elevations
The elevations. |
SeaLevelData[]
seaLevels
The seaLevels. |
ElevationCompletedEventArgs(ElevationData[], SeaLevelData[], Object)
Initializes a new instance of the ElevationCompletedEventArgs class.
Declaration
public ElevationCompletedEventArgs(ElevationData[] elevations, SeaLevelData[] seaLevels, object userData)
Parameters
ElevationData[]
elevations
The elevations. |
SeaLevelData[]
seaLevels
The seaLevels. |
System.Object
userData
A user-defined object that is passed to the method invoked when the asynchronous operation completes |
Properties
Elevations
Gets the elevations response.
Declaration
public ElevationData[] Elevations { get; }
Property Value
ElevationData[]
|
SeaLevels
Gets the sea levels response.
Declaration
public SeaLevelData[] SeaLevels { get; }
Property Value
SeaLevelData[]
|
UserData
A user-defined object that is passed to the method invoked when the asynchronous operation completes.
Declaration
public object UserData { get; }
Property Value
System.Object
|