当地图窗口中的几何对象被选中后触发该事件。

命名空间:  SuperMap.UI
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
public event GeometrySelectedEventHandler GeometrySelected

备注

该事件只在UI操作(如鼠标操作)或模拟UI操作(如Map的DoMouseDown方法等)时触发,使用代码操作Selecttion将不会触发该事件。

请参见