根据给定的参数构造一个图层名称改变事件参数类的新对象。

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

语法

C#
public LayerCaptionChangedEventArgs(
	Layer layer,
	string oldCaption,
	string newCaption
)

参数

layer
Type: SuperMap.Mapping..::.Layer
指定的图层。
oldCaption
Type: System..::.String
修改前的图层名称。
newCaption
Type: System..::.String
修改后的图层名称。

请参见