LocationChangedEventArgs.NewLocation 属性

定义

获取新位置。Gets the new location.

public:
 property System::Windows::Point NewLocation { System::Windows::Point get(); };
public System.Windows.Point NewLocation { get; }
member this.NewLocation : System.Windows.Point
Public ReadOnly Property NewLocation As Point

属性值

Point

Point 的一个实例,其中包含新位置。An instance of Point that contains the new location.

适用于