InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / ContextMenuShowingEventArgs Class / ContextMenuShowingEventArgs Constructor

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

    Parameters

    x
    y
    See Also