MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / DragLeave

Method DragLeave

SampleApps/WebView2APISample/DropTarget.cpp:53–56  ·  view source on GitHub ↗

[DragLeave]

Source from the content-addressed store, hash-verified

51
52//! [DragLeave]
53HRESULT DropTarget::DragLeave()
54{
55 return m_webViewCompositionController3->DragLeave();
56}
57//! [DragLeave]
58
59//! [Drop]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected