根据给定的参数初始化地图重命名事件参数类的新实例。

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

语法

C#
public WorkflowRenamedEventArgs(
	string oldName,
	string newName
)

参数

oldName
Type: System..::.String
newName
Type: System..::.String

请参见