PerceptionColorFrameSourceWatcher.SourceRemoved Ereignis
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Abonniert das SourceRemoved-Ereignis. Dieses Ereignis wird einmal für jede Farbrahmenquelle ausgelöst, die entfernt wird.
// Register
event_token SourceRemoved(TypedEventHandler<PerceptionColorFrameSourceWatcher, PerceptionColorFrameSourceRemovedEventArgs const&> const& handler) const;
// Revoke with event_token
void SourceRemoved(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionColorFrameSourceWatcher::SourceRemoved_revoker SourceRemoved(auto_revoke_t, TypedEventHandler<PerceptionColorFrameSourceWatcher, PerceptionColorFrameSourceRemovedEventArgs const&> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSourceWatcher may be unavailable after Windows Creator Update. Use Windows.Devices.Enumeration.DeviceWatcher instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
/// [remove: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSourceWatcher may be unavailable after Windows Creator Update. Use Windows.Devices.Enumeration.DeviceWatcher instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
// Register
event_token SourceRemoved(TypedEventHandler<PerceptionColorFrameSourceWatcher, PerceptionColorFrameSourceRemovedEventArgs const&> const& handler) const;
// Revoke with event_token
void SourceRemoved(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionColorFrameSourceWatcher::SourceRemoved_revoker SourceRemoved(auto_revoke_t, TypedEventHandler<PerceptionColorFrameSourceWatcher, PerceptionColorFrameSourceRemovedEventArgs const&> const& handler) const;
public event TypedEventHandler<PerceptionColorFrameSourceWatcher,PerceptionColorFrameSourceRemovedEventArgs> SourceRemoved;
[add: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSourceWatcher may be unavailable after Windows Creator Update. Use Windows.Devices.Enumeration.DeviceWatcher instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
[remove: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSourceWatcher may be unavailable after Windows Creator Update. Use Windows.Devices.Enumeration.DeviceWatcher instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public event TypedEventHandler<PerceptionColorFrameSourceWatcher,PerceptionColorFrameSourceRemovedEventArgs> SourceRemoved;
function onSourceRemoved(eventArgs) { /* Your code */ }
perceptionColorFrameSourceWatcher.addEventListener("sourceremoved", onSourceRemoved);
perceptionColorFrameSourceWatcher.removeEventListener("sourceremoved", onSourceRemoved);
- or -
perceptionColorFrameSourceWatcher.onsourceremoved = onSourceRemoved;
Public Custom Event SourceRemoved As TypedEventHandler(Of PerceptionColorFrameSourceWatcher, PerceptionColorFrameSourceRemovedEventArgs)
Ereignistyp
- Attribute