:: com :: sun :: star :: ui ::

interface XContextMenuInterceptor

Methods' Summary
notifyContextMenuExecute notifies the interceptor about the request to execute a ContextMenu. The interceptor has to decide whether the menu should be executed with or without being modified or may ignore the call.  
Methods' Details
notifyContextMenuExecute
ContextMenuInterceptorAction
notifyContextMenuExecute( [in] ContextMenuExecuteEvent  aEvent );

Description
notifies the interceptor about the request to execute a ContextMenu. The interceptor has to decide whether the menu should be executed with or without being modified or may ignore the call.
Top of Page