CFileDialog::OnFolderChange

Override this function to handle the CDN_FOLDERCHANGE notification message. The notification message is sent when a new folder is opened in the Open or Save As dialog box.

Syntax

virtual void OnFolderChange( );

At a Glance

Header File Afxdlgs.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CFileDialog Overview, CFileDialog Member Functions, Dialog Box Classes, CDN_FOLDERCHANGE