响应布局对象绘制结束时的事件实现。

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

语法

C#
public virtual void MapLayout_Drawn(
	Object sender,
	MapLayoutDrawnEventArgs e
)

参数

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

请参见