Partager via


PerceptionDepthFrameSourceWatcher.Stopped Événement

Définition

S’abonne à l’événement Arrêté. Cet événement est déclenché lorsque L’IPerceptionColorFrameSourceWatcher a cessé d’écouter les modifications apportées à la liste des sources de trame de profondeur.

// Register
event_token Stopped(TypedEventHandler<PerceptionDepthFrameSourceWatcher, IInspectable const&> const& handler) const;

// Revoke with event_token
void Stopped(event_token const* cookie) const;

// Revoke with event_revoker
PerceptionDepthFrameSourceWatcher::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<PerceptionDepthFrameSourceWatcher, IInspectable const&> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSourceWatcher 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("PerceptionDepthFrameSourceWatcher 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 Stopped(TypedEventHandler<PerceptionDepthFrameSourceWatcher, IInspectable const&> const& handler) const;

// Revoke with event_token
void Stopped(event_token const* cookie) const;

// Revoke with event_revoker
PerceptionDepthFrameSourceWatcher::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<PerceptionDepthFrameSourceWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<PerceptionDepthFrameSourceWatcher,object> Stopped;
[add: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSourceWatcher 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("PerceptionDepthFrameSourceWatcher 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<PerceptionDepthFrameSourceWatcher,object> Stopped;
function onStopped(eventArgs) { /* Your code */ }
perceptionDepthFrameSourceWatcher.addEventListener("stopped", onStopped);
perceptionDepthFrameSourceWatcher.removeEventListener("stopped", onStopped);
- or -
perceptionDepthFrameSourceWatcher.onstopped = onStopped;
Public Custom Event Stopped As TypedEventHandler(Of PerceptionDepthFrameSourceWatcher, Object) 

Type d'événement

Attributs

S’applique à