Skip to content

Commit 74e7ca0

Browse files
committed
Changing file name, changing branch name, and making examples description a little more descriptive
1 parent b2b2634 commit 74e7ca0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

specs/DragStartingEvent.md renamed to specs/DragStarting.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ The WebView2 team has been asked to provide a way to override the default drag d
77
# Examples
88
## DragStarting
99
Users can use `add_DragStarting` on the CompositionController to add an event handler
10-
that is invoked when drag is starting. They can use the event args to start their own
11-
drag or they can just set `Handled` to `FALSE` to ignore the drag.
10+
that is invoked when drag is starting. They can use the the event args to start their own
11+
drag. Notably the `Deferral` can be used to execute any async drag logic and call back into
12+
the WebView at a later time. The `Handled` property lets the WebView2 know whether to
13+
exercise its own drag logic or not.
1214

1315
```C++
1416
CHECK_FAILURE(m_compControllerStaging->add_DragStarting(

0 commit comments

Comments
 (0)