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