ItemSelected Event

Vista Bridge Library

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

Occurs when an item has been selected

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 ItemSelected
Visual Basic (Declaration)
Public Event ItemSelected As EventHandler
Visual C++
public:
 event EventHandler^ ItemSelected {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also