处理图层标题改变事件(LayerCaptionChanged)的方法类。

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

语法

C#
public delegate void LayerCaptionChangedEventHandler(
	Object sender,
	LayerCaptionChangedEventArgs args
)

参数

sender
Type: System..::.Object
源事件。
args
Type: SuperMap.Mapping..::.LayerCaptionChangedEventArgs
包含事件数据的图层标题改变事件参数类(LayerCaptionChangedEventArgs)的对象。

请参见