PluginComponent.OnNodeUnselected Method (Compact 7)

3/12/2014

Override this method to be notifed when a node in the treeivew is losing selection. Called when a node loses selection.

Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)

Syntax

protected virtual void OnNodeUnselected (
    PluginNode node
)
'Declaration
Protected Overridable Sub OnNodeUnselected ( _
    node As PluginNode _
)

Parameters

  • node
    The node losing selection.

Remarks

This method is called before the OnNodeSelected method is called.

The plug-in object that owns the node will have the OnNodeUnselected method called. If a node created by another plug-in loses selection, their class will have the method call, and not yours. If the node is created by the Remote Tools Framework (such as the Device node, or the "Live Data" node) then this method will not be called.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PluginComponent Class
PluginComponent Members
Microsoft.RemoteToolSdk.PluginComponents Namespace