TargetedContentSubscription.AvailabilityChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the availability of the content associated with the TargetedContentSubscription changes.
// Register
event_token AvailabilityChanged(TypedEventHandler<TargetedContentSubscription, TargetedContentAvailabilityChangedEventArgs const&> const& handler) const;
// Revoke with event_token
void AvailabilityChanged(event_token const* cookie) const;
// Revoke with event_revoker
TargetedContentSubscription::AvailabilityChanged_revoker AvailabilityChanged(auto_revoke_t, TypedEventHandler<TargetedContentSubscription, TargetedContentAvailabilityChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<TargetedContentSubscription,TargetedContentAvailabilityChangedEventArgs> AvailabilityChanged;
function onAvailabilityChanged(eventArgs) { /* Your code */ }
targetedContentSubscription.addEventListener("availabilitychanged", onAvailabilityChanged);
targetedContentSubscription.removeEventListener("availabilitychanged", onAvailabilityChanged);
- or -
targetedContentSubscription.onavailabilitychanged = onAvailabilityChanged;
Public Custom Event AvailabilityChanged As TypedEventHandler(Of TargetedContentSubscription, TargetedContentAvailabilityChangedEventArgs)
Event Type
Windows requirements
App capabilities |
secondaryAuthenticationFactor
|