FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / ContextMenuPopupEventArgs Class / ContextMenuPopupEventArgs Constructor / ContextMenuPopupEventArgs Constructor(Double,Double)

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

    Parameters

    x
    y
    See Also