FolderChanged Event

Vista Bridge Library

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

Raised when the user navigates to a new folder.

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

See Also