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

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

语法

C#
public Layer3DCaptionChangedEventArgs(
	Layer3D layer,
	string oldCaption,
	string newCaption
)

参数

layer
Type: SuperMap.Realspace..::.Layer3D
指定的三维图层。
oldCaption
Type: System..::.String
修改前的图层名称。
newCaption
Type: System..::.String
修改后的图层名称。

请参见