MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / ContextMenuOpenArgs Class
Members

ContextMenuOpenArgs Class

The ContextMenuOpenArgs class provides data needed for the ContextMenuOpen event.

Object Model
ContextMenuOpenArgs Class
Syntax
'Declaration
 
Public Class ContextMenuOpenArgs 
   Inherits System.EventArgs
 
Remarks
This class encapsulates information about the context menu that is being requested, including the source component and the specific type of context menu. It also allows the opening of the context menu to be cancelled.
Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.ActiveReports.Design.ContextMenuOpenArgs

See Also