FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / ContextMenuPopupEventArgs Class / ContextMenuPopupEventArgs Constructor / ContextMenuPopupEventArgs Constructor(Int32,Int32)

In This Topic
    ContextMenuPopupEventArgs Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of a ContextMenuPopupEventArgs.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Integer, _
       ByVal y As Integer _
    )
    public ContextMenuPopupEventArgs( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also