DrawMapItemEventArgs Constructors
Provides data for the MapControl.DrawMapItem event.Name | Parameters | Description |
---|---|---|
DrawMapItemEventArgs(MapItem, MapItemsLayerBase) | item, layer | Initializes a new instance of the DrawMapItemEventArgs class with the specified map item and layer. |
DrawMapItemEventArgs(MapItem) | item | Initializes a new instance of the DrawMapItemEventArgs class with the specified map item. |
See Also