Partager via


SystemFunctionLockChangedEventArgs Classe

Définition

Contient des données d’événement pour l’événement SystemFunctionLockChanged .

public ref class SystemFunctionLockChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SystemFunctionLockChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SystemFunctionLockChangedEventArgs
Public NotInheritable Class SystemFunctionLockChangedEventArgs
Héritage
Object Platform::Object IInspectable SystemFunctionLockChangedEventArgs
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é comme un crochet de bas niveau pour intercepter des événements à partir des boutons du système matériel.

L’inscription d’événements SystemButtonEventController s’applique à l’ensemble du système et correspond au premier arrivé, premier servi. Si une application ou un service définit une propriété Gérée d’événement SystemButtonEventController 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 SystemFunctionLockChanged comme géré.

IsLocked

Obtient l’état du verrou de bouton du système matériel Fn pour l’événement SystemFunctionLockChanged .

Timestamp

Obtient la date et l’heure de l’événement SystemFunctionLockChanged .

S’applique à

Voir aussi