FlexReport for WPF
IsKeyboardFocusWithinChanged イベント (NotificationBar)


C1.WPF.Viewer アセンブリ > C1.WPF.Viewer 名前空間 > NotificationBar クラス : IsKeyboardFocusWithinChanged イベント
シンタックス
'宣言
 
Public Event IsKeyboardFocusWithinChanged As System.Windows.DependencyPropertyChangedEventHandler
'使用法
 
Dim instance As NotificationBar
Dim handler As System.Windows.DependencyPropertyChangedEventHandler
 
AddHandler instance.IsKeyboardFocusWithinChanged, handler
public event System.Windows.DependencyPropertyChangedEventHandler IsKeyboardFocusWithinChanged
イベント データ

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

プロパティ解説
Gets the value of the property after the change.  
Gets the value of the property before the change.  
Gets the identifier for the dependency property where the value change occurred.  
参照