表示处理三维图层树节点右键菜单弹出前的事件(Layer3DsTree.BeforeNodeContextMenuStripShow)和二维图层树节点右键菜单弹出前事件(LayersTree.BeforeNodeContextMenuStripShow)的方法类。

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

语法

C#
public delegate void BeforeNodeContextMenuStripShowEventHandler(
	Object sender,
	BeforeNodeContextMenuStripShowEventArgs e
)

参数

sender
Type: System..::.Object
源事件。
e
Type: SuperMap.UI..::.BeforeNodeContextMenuStripShowEventArgs
包含事件数据的树节点右键菜单弹出前的事件参数类(BeforeNodeContextMenuStripShowEventArgs)对象。

请参见