Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / PopupCancelEventArgs Class / PopupCancelEventArgs Constructor
The popup form
The mouse location, if any, where the mouse event that would cancel the popup occured.


In This Topic
    PopupCancelEventArgs Constructor
    In This Topic
    Constructs a new instance of this class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal popup As Form, _
       ByVal location As Point _
    )
    'Usage
     
    
    Dim popup As Form
    Dim location As Point
     
    Dim instance As New PopupCancelEventArgs(popup, location)
    public PopupCancelEventArgs( 
       Form popup,
       Point location
    )

    Parameters

    popup
    The popup form
    location
    The mouse location, if any, where the mouse event that would cancel the popup occured.
    See Also