IWebViewControl.ContainsFullScreenElementChanged É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.
Se produit lorsque le status de savoir si IWebViewControl contient ou non un élément plein écran.
// Register
event_token ContainsFullScreenElementChanged(TypedEventHandler<IWebViewControl, IInspectable const&> const& handler) const;
// Revoke with event_token
void ContainsFullScreenElementChanged(event_token const* cookie) const;
// Revoke with event_revoker
IWebViewControl::ContainsFullScreenElementChanged_revoker ContainsFullScreenElementChanged(auto_revoke_t, TypedEventHandler<IWebViewControl, IInspectable const&> const& handler) const;
event TypedEventHandler<IWebViewControl,object> ContainsFullScreenElementChanged;
function onContainsFullScreenElementChanged(eventArgs) { /* Your code */ }
iWebViewControl.addEventListener("containsfullscreenelementchanged", onContainsFullScreenElementChanged);
iWebViewControl.removeEventListener("containsfullscreenelementchanged", onContainsFullScreenElementChanged);
- or -
iWebViewControl.oncontainsfullscreenelementchanged = onContainsFullScreenElementChanged;
Event ContainsFullScreenElementChanged As TypedEventHandler(Of IWebViewControl, Object)
Type d'événement
TypedEventHandler<IWebViewControl,IInspectable>