ListObject::BeforeRightClick Event

 

Occurs when the ListObject control is right-clicked, before the default right-click action.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

event DocEvents_BeforeRightClickEventHandler^ BeforeRightClick {
	void add(DocEvents_BeforeRightClickEventHandler^ value);
	void remove(DocEvents_BeforeRightClickEventHandler^ value);
}

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.

No code example is currently available or this language may not be supported.

This version is for an application-level add-in.

No code example is currently available or this language may not be supported.
Return to top
Show: