表示处理数据集关闭事件(Dataset.Closing)的方法
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public delegate void DatasetClosingEventHandler( Object sender, DatasetClosingEventArgs e ) |
参数
- sender
- Type: System..::.Object
源事件。
- e
- Type: SuperMap.Data..::.DatasetClosingEventArgs
包含事件数据的数据集关闭事件参数类(DatasetClosingEventArgs)。