Workbook.SheetBeforeRightClick Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when any worksheet is right-clicked, before the default right-click action.
public:
event Microsoft::Office::Interop::Excel::WorkbookEvents_SheetBeforeRightClickEventHandler ^ SheetBeforeRightClick;
event Microsoft.Office.Interop.Excel.WorkbookEvents_SheetBeforeRightClickEventHandler SheetBeforeRightClick;
member this.SheetBeforeRightClick : Microsoft.Office.Interop.Excel.WorkbookEvents_SheetBeforeRightClickEventHandler
Event SheetBeforeRightClick As WorkbookEvents_SheetBeforeRightClickEventHandler
Event Type
Remarks
This event does not occur on chart sheets.