EndSelectionUndo method
Called by the editor just after processing an undo event that fires on a selection object with a registered ISelectionServicesListener interface.
Syntax
HRESULT retVal = object.EndSelectionUndo();
Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Use this method to implement any custom processing that should take place after a user action is undone.
Show: