RichTextBox for WPF
WindowStateChanged イベント

C1.WPF.SpellChecker.4.6.2 アセンブリ > C1.WPF.SpellChecker 名前空間 > C1SpellDialog クラス : WindowStateChanged イベント
シンタックス
'宣言
 
Public Event WindowStateChanged As System.EventHandler(Of PropertyChangedEventArgs(Of C1WindowState))
public event System.EventHandler<PropertyChangedEventArgs<C1WindowState>> WindowStateChanged
イベント データ

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

プロパティ解説
The value of the property after the change.  
The value of the property before the change.  
参照