CFileDialog::OnLBSelChangedNotify

This member function is called by the framework whenever the current selection in a list box is about to change. Override this function to provide custom handling of selection changes in the list box.

Syntax

virtual void OnLBSelChangedNotify( UINT nIDBox, UINT iCurSel, UINT nCode);

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