Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.23 KB

systemfunctionlockindicatorchangedeventargs_timestamp.md

File metadata and controls

30 lines (18 loc) · 1.23 KB
-api-id -api-type
P:Windows.UI.Input.SystemFunctionLockIndicatorChangedEventArgs.Timestamp
winrt property

Windows.UI.Input.SystemFunctionLockIndicatorChangedEventArgs.Timestamp

-description

Gets the date and time of the SystemFunctionLockIndicatorChanged event.

-property-value

The date and time of the SystemFunctionLockIndicatorChanged event.

-remarks

This API is intended for use by Accessibility tools as a low level hook for intercepting events from hardware system buttons.

SystemButtonEventController event registration applies system wide and is first-come, first-served. If an application or service sets a SystemButtonEventController event Handled property to true, applications or services that registered after that app or service for the same event notification will not receive the notification.

-see-also

Screen readers and hardware system buttons, Hooks Overview

-examples