MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / ContextMenuOpen Event

In This Topic
ContextMenuOpen Event
In This Topic
Fires before a context menu is opened.
Syntax
'Declaration
 
Public Event ContextMenuOpen As ContextMenuOpenEventHandler
 
Remarks
This event provides an opportunity to customize the context menu before it is shown to the user. You can add, remove, or modify menu items based on the current state of the designer or the selected elements within it.

Handlers for this event receive an argument of type ContextMenuOpenArgs, which provides information about the context menu and allows for its customization.

See Also