'Usage
Dim popup As Form Dim location As Point Dim instance As New PopupCancelEventArgs(popup, location)
Parameters
- popup
- The popup form
- location
- The mouse location, if any, where the mouse event that would cancel the popup occured.
'Usage
Dim popup As Form Dim location As Point Dim instance As New PopupCancelEventArgs(popup, location)