次の方法で共有


MouseDragElementBehavior.DragFinished イベント

ドラッグ ジェスチャーの終了時に発生します。

名前空間: Microsoft.Expression.Interactivity.Layout
アセンブリ: Microsoft.Expression.Interactions (microsoft.expression.interactions.dll 中)

構文

'宣言
Public Event DragFinished As MouseEventHandler
'使用
Dim instance As MouseDragElementBehavior
Dim handler As MouseEventHandler

AddHandler instance.DragFinished, handler
public event MouseEventHandler DragFinished
public:
event MouseEventHandler^ DragFinished {
    void add (MouseEventHandler^ value);
    void remove (MouseEventHandler^ value);
}
/** @event */
public void add_DragFinished (MouseEventHandler value)

/** @event */
public void remove_DragFinished (MouseEventHandler value)

関連項目

参照

MouseDragElementBehavior クラス
MouseDragElementBehavior メンバ
Microsoft.Expression.Interactivity.Layout 名前空間