ScrollPresenter.ZoomAnimationStarting Evento

Definizione

/// [Windows.Foundation.Metadata.Experimental]
/// [add: Windows.Foundation.Metadata.Experimental]
/// [remove: Windows.Foundation.Metadata.Experimental]
// Register
event_token ZoomAnimationStarting(TypedEventHandler<ScrollPresenter, ScrollingZoomAnimationStartingEventArgs const&> const& handler) const;

// Revoke with event_token
void ZoomAnimationStarting(event_token const* cookie) const;

// Revoke with event_revoker
ScrollPresenter::ZoomAnimationStarting_revoker ZoomAnimationStarting(auto_revoke_t, TypedEventHandler<ScrollPresenter, ScrollingZoomAnimationStartingEventArgs const&> const& handler) const;
[Windows.Foundation.Metadata.Experimental]
[add: Windows.Foundation.Metadata.Experimental]
[remove: Windows.Foundation.Metadata.Experimental]
public event TypedEventHandler<ScrollPresenter,ScrollingZoomAnimationStartingEventArgs> ZoomAnimationStarting;
Public Custom Event ZoomAnimationStarting As TypedEventHandler(Of ScrollPresenter, ScrollingZoomAnimationStartingEventArgs) 

Tipo evento

Attributi

Si applica a