响应对布局窗口中的几何对象进行修改时的事件实现。

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

语法

C#
public virtual void MapLayoutControl_ElementModifying(
	Object sender,
	ElementEventArgs e
)

参数

sender
Type: System..::.Object
源事件。
e
Type: SuperMap.Layout..::.ElementEventArgs
包含事件数据的对布局窗口中的几何对象进行修改时事件参数类(ElementEventArgs)的对象。

请参见