根据指定参数构造一个地形图层中说明改变事件参数类的新对象。

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

语法

C#
public TerrainLayerCaptionChangedEventArgs(
	TerrainLayer layer,
	string oldCaption,
	string newCaption
)

参数

layer
Type: SuperMap.Realspace..::.TerrainLayer
指定的地形图层。
oldCaption
Type: System..::.String
指定的改变前的图层说明。
newCaption
Type: System..::.String
指定的改变后的图层说明。

请参见