CoreFrameworkInputViewOcclusionsChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains event data for the CoreFrameworkInputView.OcclusionsChanged event.
public ref class CoreFrameworkInputViewOcclusionsChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreFrameworkInputViewOcclusionsChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreFrameworkInputViewOcclusionsChangedEventArgs
Public NotInheritable Class CoreFrameworkInputViewOcclusionsChangedEventArgs
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Remarks
The application must be in the foreground for the CoreFrameworkInputView.OcclusionsChanged event to fire.
Properties
Handled |
Gets or sets a value that marks the event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again. |
Occlusions |
Gets the collection of input panes (and associated UI) currently occluding the app. |