AppCaptureState.CaptureTargetClosed Evento
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Se produce cuando se cierra el destino de captura.
// Register
event_token CaptureTargetClosed(TypedEventHandler<AppCaptureState, IInspectable const&> const& handler) const;
// Revoke with event_token
void CaptureTargetClosed(event_token const* cookie) const;
// Revoke with event_revoker
AppCaptureState::CaptureTargetClosed_revoker CaptureTargetClosed(auto_revoke_t, TypedEventHandler<AppCaptureState, IInspectable const&> const& handler) const;
public event TypedEventHandler<AppCaptureState,object> CaptureTargetClosed;
function onCaptureTargetClosed(eventArgs) { /* Your code */ }
appCaptureState.addEventListener("capturetargetclosed", onCaptureTargetClosed);
appCaptureState.removeEventListener("capturetargetclosed", onCaptureTargetClosed);
- or -
appCaptureState.oncapturetargetclosed = onCaptureTargetClosed;
Public Custom Event CaptureTargetClosed As TypedEventHandler(Of AppCaptureState, Object)
Tipo de evento
TypedEventHandler<AppCaptureState,IInspectable>
Requisitos de Windows
Características de aplicaciones |
appCaptureSettings
|