Class
ElevationCompletedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class ElevationCompletedEventArgs : EventArgs

Inheritance: objectEventArgsElevationCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

ElevationCompletedEventArgs(ElevationData[], SeaLevelData[])

Initializes a new instance of the ElevationCompletedEventArgs class.

Declaration

cs-api-definition
public ElevationCompletedEventArgs(ElevationData[] elevations, SeaLevelData[] seaLevels)

Parameters

elevations

ElevationData[]

The elevations.

seaLevels

SeaLevelData[]

The seaLevels.

ElevationCompletedEventArgs(ElevationData[], SeaLevelData[], object)

Initializes a new instance of the ElevationCompletedEventArgs class.

Declaration

cs-api-definition
public ElevationCompletedEventArgs(ElevationData[] elevations, SeaLevelData[] seaLevels, object userData)

Parameters

elevations

ElevationData[]

The elevations.

seaLevels

SeaLevelData[]

The seaLevels.

userData

object

A user-defined object that is passed to the method invoked when the asynchronous operation completes

Properties

Elevations

Gets the elevations response.

Declaration

cs-api-definition
public ElevationData[] Elevations { get; }

Property Value

ElevationData[]

SeaLevels

Gets the sea levels response.

Declaration

cs-api-definition
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

cs-api-definition
public object UserData { get; }

Property Value

object