Popup.ActualPlacementChanged Événement
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.
// Register
event_token ActualPlacementChanged(EventHandler<IInspectable> const& handler) const;
// Revoke with event_token
void ActualPlacementChanged(event_token const* cookie) const;
// Revoke with event_revoker
Popup::ActualPlacementChanged_revoker ActualPlacementChanged(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
public event System.EventHandler<object> ActualPlacementChanged;
function onActualPlacementChanged(eventArgs) { /* Your code */ }
popup.addEventListener("actualplacementchanged", onActualPlacementChanged);
popup.removeEventListener("actualplacementchanged", onActualPlacementChanged);
- or -
popup.onactualplacementchanged = onActualPlacementChanged;
Public Custom Event ActualPlacementChanged As EventHandler(Of Object)
Type d'événement
Configuration requise pour Windows
Famille d’appareils |
Windows 11 (introduit dans 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v14.0)
|