根据指定的参数来构造一个 BeforeIconClickEventArgs 的新对象。
命名空间:
SuperMap.UI程序集: SuperMap.UI.Controls (in SuperMap.UI.Controls)
版本: dll
语法
C# |
---|
public BeforeIconClickEventArgs( TreeNodeBase node, TreeIconTypes iconType, bool cancel ) |
参数
- node
- Type: SuperMap.UI..::.TreeNodeBase
指定的树节点。
- iconType
- Type: SuperMap.UI..::.TreeIconTypes
指定的图层树节点的图片类型。
- cancel
- Type: System..::.Boolean
是否取消以该参数类对象作为参数的事件所对应的操作。