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

新しい位置。

適用対象