AppCaptureState.CaptureTargetClosed Event
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the capture target is closed.
// 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)
TypedEventHandler<AppCaptureState,IInspectable>
App capabilities |
appCaptureSettings
|
Product | Versions |
---|---|
WinRT | Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |