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