バージョン

OnPivotItemDragLeave メソッド (XamPivotGrid)

ドラッグされた項目が有効なドロップ領域を離れた時に呼び出されます。
シンタックス
'宣言
 
Protected Overridable Sub OnPivotItemDragLeave( _
   ByVal args As PivotItemDragDropEventArgs _
) 
protected virtual void OnPivotItemDragLeave( 
   PivotItemDragDropEventArgs args
)

パラメータ

args
イベントのデータを含むイベント引数。
参照