PerceptionColorFrameSourceWatcher.Stopped Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
S’abonne à l’événement Stopped. Cet événement est déclenché lorsque IPerceptionColorFrameSourceWatcher a cessé d’écouter les modifications apportées à la liste des sources de cadres de couleur.
// Register
event_token Stopped(TypedEventHandler<PerceptionColorFrameSourceWatcher, IInspectable const&> const& handler) const;
// Revoke with event_token
void Stopped(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionColorFrameSourceWatcher::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<PerceptionColorFrameSourceWatcher, IInspectable 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 Stopped(TypedEventHandler<PerceptionColorFrameSourceWatcher, IInspectable const&> const& handler) const;
// Revoke with event_token
void Stopped(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionColorFrameSourceWatcher::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<PerceptionColorFrameSourceWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<PerceptionColorFrameSourceWatcher,object> Stopped;
[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,object> Stopped;
function onStopped(eventArgs) { /* Your code */ }
perceptionColorFrameSourceWatcher.addEventListener("stopped", onStopped);
perceptionColorFrameSourceWatcher.removeEventListener("stopped", onStopped);
- or -
perceptionColorFrameSourceWatcher.onstopped = onStopped;
Public Custom Event Stopped As TypedEventHandler(Of PerceptionColorFrameSourceWatcher, Object)
Type d'événement
TypedEventHandler<PerceptionColorFrameSourceWatcher,IInspectable>
- Attributs