ExportMapItemEventArgs Properties
Provides data for the MapControl.ExportMapItem event.| Name | Description |
|---|---|
| Cancel | Gets or sets whether the export of a map item should be canceled. |
| IsSelected | Gets a value that indicates whether an exported map item is selected. |
| Item | Gets a map item to be represented in the map control. Inherited from MapItemEventArgs. |
See Also