Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / LocationChangedEventArgs Class / LocationChangedEventArgs Constructor


In This Topic
    LocationChangedEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal newLocation As Point _
    )
    'Usage
     
    
    Dim newLocation As Point
     
    Dim instance As New LocationChangedEventArgs(newLocation)
    public LocationChangedEventArgs( 
       Point newLocation
    )

    Parameters

    newLocation
    See Also