CFileDialog::OnFileNameChange

Override this method 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.

At a Glance

Header file: Afxdlgs.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual void OnFileNameChange( );

See Also

CFileDialog::OnFolderChange, CDN_SELCHANGE