Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class ElevationCompletedEventArgs : EventArgs
Inheritance: objectEventArgsElevationCompletedEventArgs
Inherited Members
Constructors
Initializes a new instance of the ElevationCompletedEventArgs class.
C#
public ElevationCompletedEventArgs(ElevationData[] elevations, SeaLevelData[] seaLevels, object userData)
The elevations.
seaLevelsSeaLevelData[]The seaLevels.
userDataobjectA user-defined object that is passed to the method invoked when the asynchronous operation completes
Initializes a new instance of the ElevationCompletedEventArgs class.
C#
public ElevationCompletedEventArgs(ElevationData[] elevations, SeaLevelData[] seaLevels)
The elevations.
seaLevelsSeaLevelData[]The seaLevels.
Properties
Elevations
ElevationData[]
Gets the elevations response.
C#
public ElevationData[] Elevations { get; }
SeaLevels
SeaLevelData[]
Gets the sea levels response.
C#
public SeaLevelData[] SeaLevels { get; }