FlexReport for WPF
IsStylusCaptureWithinChanged イベント (OutlinesView)


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

イベント ハンドラが、このイベントに関連するデータを含む、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.  
参照