MediaTimelineController.Ended É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.
Se produit lorsque le contrôleur chronologie atteint la fin de la fenêtre de temps spécifiée par la durée si IsLoopingEnabled a la valeur false.
// Register
event_token Ended(TypedEventHandler<MediaTimelineController, IInspectable const&> const& handler) const;
// Revoke with event_token
void Ended(event_token const* cookie) const;
// Revoke with event_revoker
MediaTimelineController::Ended_revoker Ended(auto_revoke_t, TypedEventHandler<MediaTimelineController, IInspectable const&> const& handler) const;
public event TypedEventHandler<MediaTimelineController,object> Ended;
function onEnded(eventArgs) { /* Your code */ }
mediaTimelineController.addEventListener("ended", onEnded);
mediaTimelineController.removeEventListener("ended", onEnded);
- or -
mediaTimelineController.onended = onEnded;
Public Custom Event Ended As TypedEventHandler(Of MediaTimelineController, Object)
Type d'événement
TypedEventHandler<MediaTimelineController,IInspectable>
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|