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


In This Topic
    NewLocation Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewLocation As Point
    'Usage
     
    
    Dim instance As LocationChangedEventArgs
    Dim value As Point
     
    value = instance.NewLocation
    public Point NewLocation {get;}
    See Also