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

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

语法

C#
public WorkflowRenamingEventArgs(
	string oldName,
	string newName,
	bool cancel
)

参数

oldName
Type: System..::.String
newName
Type: System..::.String
cancel
Type: System..::.Boolean

请参见