FlexReport for WPF
IsStylusCapturedChanged イベント (C1FlexViewerPane)


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

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

プロパティ解説
変更後、プロパティの値を取得します。  
変更前に、のプロパティの値を取得します。  
値の変更が発生した依存関係プロパティの識別子を取得します。  
参照