ObjectSelectedEventArgs(Object) Constructor
Initializes a new instance of the ObjectSelectedEventArgs class with the specified data object.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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