根据给定的参数信息,构造一个布局元素编辑事件参数类的新对象,给定的参数信息包括:编辑布局元素的ID、是否取消以该参数类对象作为参数的事件所对应的操作。

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

语法

C#
public ElementEventArgs(
	int id,
	bool cancel
)

参数

id
Type: System..::.Int32
编辑布局元素的ID。
cancel
Type: System..::.Boolean
是否取消以该参数类对象作为参数的事件所对应的操作。

请参见