表示处理文件打开前事件(WorkspaceTree.BeforeFileOpen)的方法类。
命名空间:
SuperMap.UI程序集: SuperMap.UI.Controls (in SuperMap.UI.Controls)
版本: dll
语法
C# |
---|
public delegate void BeforeFileOpenEventHandler( Object sender, BeforeFileOpenEventArgs e ) |
参数
- sender
- Type: System..::.Object
源事件。
- e
- Type: SuperMap.UI..::.BeforeFileOpenEventArgs
包含事件数据的文件打开前事件参数类(BeforeFileOpenEventArgs)对象。