AppCaptureState.CaptureTargetClosed Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Si verifica quando la destinazione di acquisizione viene chiusa.
// 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 evento
TypedEventHandler<AppCaptureState,IInspectable>
Requisiti Windows
Funzionalità dell'app |
appCaptureSettings
|