Click Event

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Occurs when the control is clicked. This event is routed from COM via the event sink.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public event EventHandler Click
Visual Basic (Declaration)
Public Event Click As EventHandler
Visual C++
public:
 event EventHandler^ Click {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also