Skip to main content
A newer version of this page is available. .

ObjectSelectedEventArgs(Object) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

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