private void mapControl1_ExportMapItem(object sender, ExportMapItemEventArgs e) { if (!e.IsSelected) { e.Cancel = true; } }
private void map_ExportMapItem(object sender, ExportMapItemEventArgs e) { }