ListView for WPF
ItemHolding イベント

C1.WPF.ListView アセンブリ > C1.WPF.ListView 名前空間 > C1ListView クラス : ItemHolding イベント
項目が保持されたときに発生します。
シンタックス
'宣言
 
Public Event ItemHolding As System.EventHandler(Of C1TappedEventArgs)
public event System.EventHandler<C1TappedEventArgs> ItemHolding
イベント データ

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

プロパティ解説
C1.WPF.Core.C1InputEventArgsから継承されます。
Gets a value indicating whether the barrel button of the pen is pressed.  
C1.WPF.Core.C1InputEventArgsから継承されます。
C1.WPF.Core.C1InputEventArgsから継承されます。
Gets a value indicating whether the event is performed with the mouse down.  
Gets a value indicating whether the event is performed with the right button of the mouse.  
C1.WPF.Core.C1InputEventArgsから継承されます。
C1.WPF.Core.C1InputEventArgsから継承されます。
C1.WPF.Core.C1InputEventArgsから継承されます。
C1.WPF.Core.C1InputEventArgsから継承されます。
参照