EVENT_OBJECT_SELECTIONREMOVE Notes

[This is preliminary documentation and subject to change.]

Server applications send this notification when an object or objects have been removed from the selection within a container. Like the EVENT_OBJECT_SELECTIONADD event, this is appropriate when the number of newly selected items is very small.

The hwnd and idObject parameters of the WinEventProc callback function describe the container, and the idChild parameter identifies the child that was added to the selection.

Do not confuse object selection with object focus. For more information, see Accessible Object Selection and Focus.