ListObject::BeforeRightClick Event
Occurs when the ListObject control is right-clicked, before the default right-click action.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
The following code example creates a ListObject and a BeforeRightClick event handler. When the list object is right-clicked, a message is displayed that indicates whether the list object is bound to data.
This version is for a document-level customization.
This version is for an application-level add-in.
Show: