ThumbButtonInfo.Click Event

Occurs when the thumbnail button is clicked.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Event Click As EventHandler
public event EventHandler Click
public:
 event EventHandler^ Click {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member Click : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

Remarks

If you handle the Click event, the event handler executes instead of any Command that is bound to the thumbnail button.

.NET Framework Security

See Also

Reference

ThumbButtonInfo Class

Microsoft.Windows.Shell Namespace

Command