次の方法で共有


MouseDragElementBehavior.DragBegun イベント

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

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

構文

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

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

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

関連項目

参照

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