Share via


PerceptionInfraredFrameSourceWatcher.EnumerationCompleted Event

Definition

Subscribes to the EnumerationCompleted event. This event is fired after the initial enumeration of known infrared frame sources is complete.

// 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) 

Event Type

Attributes

Applies to