处理屏幕图层对象清理事件(Cleared)的方法类。

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

语法

C#
public delegate void ScreenLayerClearedEventHandler(
	Object sender,
	EventArgs e
)

参数

sender
Type: System..::.Object
源事件。
e
Type: System..::.EventArgs
包含事件数据的屏幕图层对象清理事件参数类(EventArgs)的对象。

请参见