List-View Controls Notifications
The following table shows the list-view controls notifications, with a description of the purpose of each.
Programming element | Description |
---|---|
LVN_BEGINDRAG | This message notifies a list-view control parent window that a drag and drop operation is being initiated. |
LVN_BEGINLABELEDIT | This message notifies a list-view control parent window about the start of label editing for an item. |
LVN_COLUMNCLICK | This message notifies a list-view control parent window that a column was tapped. |
LVN_DELETEALLITEMS | This message notifies a list-view control parent window that all items in the control were deleted. |
LVN_DELETEITEM | This message notifies a list-view control parent window that an item was deleted. |
LVN_ENDDRAG | This message notifies a list-view control parent window about the end of default processing for a drag and drop operation. |
LVN_ENDLABELEDIT | This message notifies a list-view control parent window about the end of label editing for an item. |
LVN_GETDISPINFO | This message requests a list-view control parent window to provide data needed to display or sort an item. |
LVN_INSERTITEM | This message notifies a list-view control parent window that a new item was inserted. |
LVN_ITEMACTIVATE | This message is sent by a list-view control when the user activates an item. |
LVN_ITEMCHANGED | This message notifies a list-view control parent window that an item has changed. |
LVN_ITEMCHANGING | This message notifies a list-view control parent window that an item is changing. |
LVN_KEYDOWN | This message notifies a list-view control parent window that a key has been pressed. |
LVN_MARQUEEBEGIN | This message notifies a list-view control parent window that a bounding box, or marquee, selection has begun. |
LVN_ODCACHEHINT | This message is sent by a virtual list-view control when the contents of its display area have changed. |
LVN_ODFINDITEM | This message is sent by a virtual list-view control when it needs the owner to find a particular callback item. |
LVN_ODSTATECHANGED | This message is sent by a list-view control when the state of an item or range of items has changed. |
LVN_SETDISPINFO | This message notifies a list-view control parent window that it must update the data it maintains for an item. |
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.