| C1.Xaml アセンブリ > C1.Xaml 名前空間 > C1MaskedTextBox クラス : SizeChanged イベント |
'宣言 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. |