'宣言 Public Event SizeChanged As Windows.UI.Xaml.SizeChangedEventHandler
public event Windows.UI.Xaml.SizeChangedEventHandler SizeChanged
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、Windows.UI.Xaml.SizeChangedEventArgs 型の引数を受け取りました。次の SizeChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
NewSize | Gets the new size of the object reporting the size change. |
OriginalSource | Windows.UI.Xaml.RoutedEventArgsから継承されます。 |
PreviousSize | Gets the previous size of the object reporting the size change. |
参照