RichTextBox for WPF
SizeChanged イベント (C1InsideBordersTool)

C1.WPF.RichTextBox.Ribbon アセンブリ > C1.WPF.RichTextBox.Ribbon 名前空間 > C1InsideBordersTool クラス : SizeChanged イベント
シンタックス
'宣言
 
Public Event SizeChanged As System.Windows.SizeChangedEventHandler
public event System.Windows.SizeChangedEventHandler SizeChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.SizeChangedEventArgs 型の引数を受け取りました。次の SizeChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets a value that indicates whether the System.Windows.FrameworkElement.Height component of the size changed.  
Gets the new System.Windows.Size of the object.  
Gets the previous System.Windows.Size of the object.  
Gets a value that indicates whether the System.Windows.FrameworkElement.Width component of the size changed.  
参照