ISelectionServicesListener interface
This custom interface provides methods that the editing component of MSHTML calls whenever certain events fire for a selection object that has a registered ISelectionServicesListener interface. This interface provides processing for undo events, for selection type changes, and whenever the mouse pointer exits the scope of an element in the editable selection. An application should supply an implementation of this interface for a selection object so that the editing component of MSHTML can respond to these events.
Members
The ISelectionServicesListener interface inherits from the IUnknown interface but does not have additional members.
Remarks
To register an ISelectionServicesListener interface for a particular selection object, use the ISelectionServices::SetSelectionType or ISelectionServicesListener::OnChangeType method.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |