Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 751 Bytes

coreframeworkinputviewocclusionschangedeventargs_occlusions.md

File metadata and controls

26 lines (16 loc) · 751 Bytes
-api-id -api-type
P:Windows.UI.ViewManagement.Core.CoreFrameworkInputViewOcclusionsChangedEventArgs.Occlusions
winrt property

Windows.UI.ViewManagement.Core.CoreFrameworkInputViewOcclusionsChangedEventArgs.Occlusions

-description

Gets the collection of input panes (and associated UI) currently occluding the app.

-property-value

The CoreInputViewOcclusion collection.

-remarks

Occluding events can be handled by your app first. If your app doesn't handle the events, they bubble up to any framework that needs to handle the events.

-see-also

-examples