Skip to main content

ObjectSelectedEventArgs(Object) Constructor

Initializes a new instance of the ObjectSelectedEventArgs class with the specified data object.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public ObjectSelectedEventArgs(
    object obj
)

Parameters

Name Type Description
obj Object

The data object whose map representation was selected.

Remarks

Instances of the ObjectSelectedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also