ListObject::BeforeDoubleClick Event

 

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

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

event DocEvents_BeforeDoubleClickEventHandler^ BeforeDoubleClick {
	void add(DocEvents_BeforeDoubleClickEventHandler^ value);
	void remove(DocEvents_BeforeDoubleClickEventHandler^ value);
}

The following code example creates a ListObject and a BeforeDoubleClick event handler. When the ListObject is double-clicked, a message is displayed that indicates whether the ListObject 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: