表示处理布局绘制事件(Drawing)的方法类。

命名空间:  SuperMap.UI
程序集:  SuperMap.Layout (in SuperMap.Layout)
版本: dll

语法

C#
public delegate void MapLayoutDrawingEventHandler(
	Object sender,
	MapLayoutDrawingEventArgs e
)

参数

sender
Type: System..::.Object
源事件。
e
Type: SuperMap.UI..::.MapLayoutDrawingEventArgs
包含事件数据的布局绘制事件参数类(MapLayoutDrawingEventArgs)对象。

请参见