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