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

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

语法

C#
public SelectionChangedEventArgs(
	TreeNode[] selectedNodes
)

参数

selectedNodes
Type: array< System.Windows.Forms..::.TreeNode >[]()[]
选中的节点。

请参见