Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 573 Bytes

IViewManagerWithDropViewInstance-api-windows.md

File metadata and controls

22 lines (10 loc) · 573 Bytes
id title
IViewManagerWithDropViewInstance
IViewManagerWithDropViewInstance

Kind: interface

Enables view managers to track when views are removed from the shadow tree.

Methods

OnDropViewInstance

void OnDropViewInstance(FrameworkElement view)

Invoked when React has removed the view from its shadow tree. Note this method call is distinct from the XAML Unloaded event, which is asynchronously triggered from when the removal of the view from the UI tree happens.