







![]() ![]() |
Vista Bridge Library for Managed code development |
CommonFileDialog..::.OnFolderChanging Method |
CommonFileDialog Class See Also Send Feedback |
[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 ) |
Parameters
- e
- Type: Microsoft.SDK.Samples.VistaBridge.Library..::.CommonFileDialogFolderChangeEventArgs
Cancelable event arguments.