UIElement.DragStarting Event

Definition

Occurs when a drag operation is initiated.

C#
public event TypedEventHandler<UIElement,DragStartingEventArgs> DragStarting;
XAML
<uiElement DragStarting="eventhandler"/>

Event Type

Remarks

DragStarting is a routed event. For more info on the routed event concept, see Events and routed events overview.

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also