Vertaling van "EventHandler" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Es un EventHandler que se invoca cuando se recibe un evento open, que sucede en el momento que la conexión se abre.
Is an EventHandler called when an open event is received, that is when the connection was just opened.
Después de todo, pudimos usar el EventHandler para iniciar una función, la cual hizo una tarea
After all, we were able to use the EventHandler to launch a function, which then performed its task.
La propiedad onopen de la interfaz EventSource es un EventHandler llamado cuando un evento open es recibido, esto pasa cuando la conexión fue solo abierta.
EventSource.onopen Is an EventHandler called when an open event is received, that is when the connection was just opened.
Si ya existe una pantalla, ejecutamos la transición y definimos el eventHandler para que se haga cargo de la ejecución, una vez termine esta transición.
If there is a screen already been displayed, we play an animation to fade out the current screen, and we defined an eventHandler to handle execution after this.
EventHandler Ejemplos En el ejemplo de código siguiente se muestra el uso de este miembro.The following code example demonstrates the use of this member.
Occurs before the control becomes visible for the EventHandler Examples The following code example demonstrates the use of this member.
La propiedad WebSocket.onerror, del tipo EventHandler, será llamada cuando se dé un error.
The WebSocket.onclose property is an EventHandler that is called when the WebSocket connection's readyState changes to CLOSED.