ListObject::Deselected Event
Occurs when selection moves from the ListObject control to outside of the ListObject control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
This event is raised only when the ListObject control has focus, and then focus is transferred away from the ListObject control.
The following code example creates a ListObject and a Deselected event handler. When the ListObject is selected and then an object outside of the ListObject is selected, a message is displayed that indicates that the selection has changed.
This version is for a document-level customization.
This version is for an application-level add-in.
Show: