次の方法で共有


MouseDragElementBehavior.Dragging イベント

ドラッグ ジェスチャーの更新処理時に発生します。

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

構文

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

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

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

関連項目

参照

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