根据给定的参数初始化地图重命名事件参数类的新实例。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public MapRenamingEventArgs( string oldName, string newName, bool cancel ) |
参数
- oldName
- Type: System..::.String
将被重命名的地图的名称。
- newName
- Type: System..::.String
地图的新名称。
- cancel
- Type: System..::.Boolean
表示是否取消事件的值。如果应取消事件,则为 true;否则为 false。