Compartir a través de


WebViewControl.ContainsFullScreenElementChanged Evento

Definición

Evento que se desencadena cuando el estado del control contiene actualmente un elemento de pantalla completa o no cambia.

Para obtener más información, consulta Windows.Web.UI.IWebViewControl

// 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
WebViewControl::ContainsFullScreenElementChanged_revoker ContainsFullScreenElementChanged(auto_revoke_t, TypedEventHandler<IWebViewControl, IInspectable const&> const& handler) const;
public event TypedEventHandler<IWebViewControl,object> ContainsFullScreenElementChanged;
function onContainsFullScreenElementChanged(eventArgs) { /* Your code */ }
webViewControl.addEventListener("containsfullscreenelementchanged", onContainsFullScreenElementChanged);
webViewControl.removeEventListener("containsfullscreenelementchanged", onContainsFullScreenElementChanged);
- or -
webViewControl.oncontainsfullscreenelementchanged = onContainsFullScreenElementChanged;
Public Custom Event ContainsFullScreenElementChanged As TypedEventHandler(Of IWebViewControl, Object) Implements ContainsFullScreenElementChanged

Tipo de evento

Implementaciones

Se aplica a