OnFolderChanging Method

Vista Bridge Library

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

Called before OnFolderChanged(EventArgs). This allows the implementer to stop navigation to a particular location.

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

Syntax

C#
protected virtual void OnFolderChanging(
	CommonFileDialogFolderChangeEventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnFolderChanging ( _
	e As CommonFileDialogFolderChangeEventArgs _
)
Visual C++
protected:
virtual void OnFolderChanging(
	CommonFileDialogFolderChangeEventArgs^ e
)

See Also