RichTextBox for WPF
PreviewLostKeyboardFocus イベント (C1DeleteRowTool)

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

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

プロパティ解説
Gets the element that focus has moved to.  
Gets the element that previously had focus.  
参照