根据指定的参数来构造一个 AfterIconClickEventArgs 的新对象。

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

语法

C#
public AfterIconClickEventArgs(
	TreeNodeBase node,
	TreeIconTypes iconType
)

参数

node
Type: SuperMap.UI..::.TreeNodeBase
指定的树节点。
iconType
Type: SuperMap.UI..::.TreeIconTypes
指定的图层树节点的图片类型。

请参见