根据指定的参数来构造一个 BeforeFileOpenEventArgs 的新对象。
命名空间:
SuperMap.UI程序集: SuperMap.UI.Controls (in SuperMap.UI.Controls)
版本: dll
语法
C# |
---|
public BeforeFileOpenEventArgs( string filePath, bool cancel ) |
参数
- filePath
- Type: System..::.String
指定的要打开的文件全路径。
- cancel
- Type: System..::.Boolean
是否取消以该参数类对象作为参数的事件所对应的操作。