CommandUICommand.HintRequested Event (Windows Embedded CE 6.0)

1/5/2010

Fired when the user hovers over an item.

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

Syntax

public event EventHandler HintRequested
'Declaration
Public Event HintRequested As EventHandler

Remarks

If your plug-in wants to dynamically change the tooltip, modify the Hint property in response to this event.

This event is fired right before the tooltip/hint is displayed.

See Also

Reference

CommandUICommand Class
CommandUICommand Members
Microsoft.RemoteToolSdk.PluginComponents Namespace