PluginData.OnLeftClick Method (Compact 7)

3/12/2014

Override this function if your plug-in wishes to react to the user left-clicking on a node in the treeview control.

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

Syntax

protected virtual void OnLeftClick (
    Control host
)
'Declaration
Protected Overridable Sub OnLeftClick ( _
    host As Control _
)

Parameters

  • host
    The plug-in that owns this object.

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

PluginData Class
PluginData Members
Microsoft.RemoteToolSdk.PluginComponents Namespace