バージョン

OnPivotItemDrop メソッド (XamPivotGrid)

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

パラメータ

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