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

In This Topic
    ContextMenuOpenArgs Class
    In This Topic

    The ContextMenuOpenArgs class provides data needed for the ContextMenuOpen event.

    Object Model
    ContextMenuOpenArgs Class
    Syntax
    'Declaration
     
    Public Class ContextMenuOpenArgs 
       Inherits System.EventArgs
    public class ContextMenuOpenArgs : 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