MapItemCreatingEventArgs(MapItem) Constructor
Initializes a new instance of the MapItemCreatingEventArgs class with the specified values of event arguments.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | MapItem | The map item that is currently being created. |
Remarks
Instances of the MapItemCreatingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also