ICoreWindowEventArgs Interface
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.
Définit l’ensemble d’arguments retournés à une application après un événement d’entrée de fenêtre ou de comportement.
public interface class ICoreWindowEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(657137395, 50739, 19877, 162, 108, 198, 208, 245, 107, 41, 218)]
struct ICoreWindowEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(657137395, 50739, 19877, 162, 108, 198, 208, 245, 107, 41, 218)]
public interface ICoreWindowEventArgs
Public Interface ICoreWindowEventArgs
- Dérivé
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Remarques
Cette interface est transmise à l’application dans le délégué d’événement correspondant. L’application peut l’utiliser pour définir la propriété Handled , qui, lorsqu’elle est true, indique à l’infrastructure d’effectuer le traitement par défaut de l’événement.
Propriétés
Handled |
Spécifie la propriété qui obtient ou définit si l’événement a été géré. |