LocationChangedEventArgs(Point) 建構函式

定義

初始化 LocationChangedEventArgs 類別的新執行個體。

public:
 LocationChangedEventArgs(System::Windows::Point newLocation);
public LocationChangedEventArgs (System.Windows.Point newLocation);
new System.Activities.Core.Presentation.LocationChangedEventArgs : System.Windows.Point -> System.Activities.Core.Presentation.LocationChangedEventArgs
Public Sub New (newLocation As Point)

參數

newLocation
Point

新位置。

適用於