MouseDragElementBehavior.DragBegun Event

Occurs when a drag gesture is initiated.

Namespace: Microsoft.Expression.Interactivity.Layout
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Event DragBegun As MouseEventHandler
'Usage
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)

See Also

Reference

MouseDragElementBehavior Class
MouseDragElementBehavior Members
Microsoft.Expression.Interactivity.Layout Namespace