CFileDialog::OnFileNameChange

Override this function to handle the CDN_SELCHANGE notification message. The notification message is sent when the user selects a new file or folder in the file list of the Open or Save As dialog box.

Syntax

virtual void OnFileNameChange( );

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, CFileDialog::OnFolderChange, CDN_SELCHANGE