PerceptionInfraredFrameSourceWatcher.EnumerationCompleted É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 EnumerationCompleted. Cet événement est déclenché une fois l’énumération initiale des sources de trames infrarouges connues terminée.
// Register
event_token EnumerationCompleted(TypedEventHandler<PerceptionInfraredFrameSourceWatcher, IInspectable const&> const& handler) const;
// Revoke with event_token
void EnumerationCompleted(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionInfraredFrameSourceWatcher::EnumerationCompleted_revoker EnumerationCompleted(auto_revoke_t, TypedEventHandler<PerceptionInfraredFrameSourceWatcher, IInspectable const&> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSourceWatcher 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("PerceptionInfraredFrameSourceWatcher 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 EnumerationCompleted(TypedEventHandler<PerceptionInfraredFrameSourceWatcher, IInspectable const&> const& handler) const;
// Revoke with event_token
void EnumerationCompleted(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionInfraredFrameSourceWatcher::EnumerationCompleted_revoker EnumerationCompleted(auto_revoke_t, TypedEventHandler<PerceptionInfraredFrameSourceWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<PerceptionInfraredFrameSourceWatcher,object> EnumerationCompleted;
[add: Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSourceWatcher 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("PerceptionInfraredFrameSourceWatcher 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<PerceptionInfraredFrameSourceWatcher,object> EnumerationCompleted;
function onEnumerationCompleted(eventArgs) { /* Your code */ }
perceptionInfraredFrameSourceWatcher.addEventListener("enumerationcompleted", onEnumerationCompleted);
perceptionInfraredFrameSourceWatcher.removeEventListener("enumerationcompleted", onEnumerationCompleted);
- or -
perceptionInfraredFrameSourceWatcher.onenumerationcompleted = onEnumerationCompleted;
Public Custom Event EnumerationCompleted As TypedEventHandler(Of PerceptionInfraredFrameSourceWatcher, Object)
Type d'événement
TypedEventHandler<PerceptionInfraredFrameSourceWatcher,Object>
TypedEventHandler<PerceptionInfraredFrameSourceWatcher,IInspectable>
- Attributs