I'm trying to implement the use of the DrawCompleteEvent to force waiting to add some new layers. It seems that when the method called by the DrawCompleteEvent finishes, the Table Of Contents selection changes to the map. I would like the selection to remain on whatever is currently selected and not change at all. Stepping thru my code I find no place where I specifically change the TOC Selection. Additionally, I can call the same methods with a different event, OnCameraChanged, and the table of contents selection does not change. Is this expected behavior for the DrawCompleteEvent? Is there a way to make this not occur?