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