Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 782 Bytes

cameraocclusioninfo_statechanged.md

File metadata and controls

27 lines (15 loc) · 782 Bytes
-api-id -api-type
E:Windows.Media.Devices.CameraOcclusionInfo.StateChanged
winrt event

Windows.Media.Devices.CameraOcclusionInfo.StateChanged

-description

Raised when the occlusion state of the camera device changes.

-remarks

Get the updated occlusion state of the camera by accessing the State property of the CameraOcclusionStateChangedEventArgs passed into the event handler.

-see-also

CameraOcclusionStateChangedEventArgs

-examples