SystemFunctionLockIndicatorChangedEventArgs Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contient des données d’événement pour l’événement SystemFunctionLockIndicatorChanged .
public ref class SystemFunctionLockIndicatorChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SystemFunctionLockIndicatorChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SystemFunctionLockIndicatorChangedEventArgs
Public NotInheritable Class SystemFunctionLockIndicatorChangedEventArgs
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 2004 (introduit dans 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v10.0)
|
Remarques
Cette API est destinée à être utilisée par les outils d’accessibilité en tant que hook de bas niveau pour intercepter des événements à partir de boutons système matériels.
L’inscription d’événements SystemButtonEventController s’applique à l’ensemble du système et est « premier arrivé, premier servi ». Si une application ou un service définit une propriété d’événement SystemButtonEventController Handled sur true, les applications ou services inscrits après cette application ou ce service pour la même notification d’événement ne recevront pas la notification.
Propriétés
Handled |
Obtient ou définit une valeur qui marque l’événement SystemFunctionLockIndicatorChanged comme géré. |
IsIndicatorOn |
Obtient l’état de l’indicateur de verrouillage du bouton système matériel Fn pour l’événement SystemFunctionLockIndicatorChanged . |
Timestamp |
Obtient la date et l’heure de l’événement SystemFunctionLockIndicatorChanged . |