ScrollPresenter.ExtentChanged Evento

Definición

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

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

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

Tipo de evento

Atributos

Se aplica a