This scenario demonstrates the ability to override drag drop behavior using the DragStarting Event. Apps that handle the DragStarting event will be notified when drag is starting in the WebView2 and can employ their own drag drop logic to override WebView2's. In the sample app, the override drag experience will look no different from the default drag experience. By default, this webpage will use the WebView2 default drag drop.