LVN_ITEMCHANGEDLVN_ITEMCHANGED*
*



Contents  *



Index  *Topic Contents
*Previous Topic: LVN_ITEMACTIVATE
*Next Topic: LVN_ITEMCHANGING

LVN_ITEMCHANGED


LVN_ITEMCHANGED 
    pnmv = (LPNMLISTVIEW) lParam; 

Notifies a list view control's parent window that an item has changed. This notification message is sent in the form of a WM_NOTIFY message.

pnmv
Address of an NMLISTVIEW structure that identifies the item and specifies which of its attributes have changed.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.