Popup.ActualPlacementChanged Événement

Définition

// 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)

S’applique à