表示处理布局删除事件(Layouts.Removing)的方法类。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public delegate void LayoutRemovingEventHandler( Object sender, LayoutRemovingEventArgs e ) |
参数
- sender
- Type: System..::.Object
事件源。
- e
- Type: SuperMap.Data..::.LayoutRemovingEventArgs
包含布局删除事件数据的布局删除事件参数类( LayoutRemovingEventArgs )对象。