CarouselPanel.HorizontalSnapPointsChanged Evento

Definición

Se produce cuando cambian las medidas de los puntos de acoplamiento horizontal.

// Register
event_token HorizontalSnapPointsChanged(EventHandler<IInspectable> const& handler) const;

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

// Revoke with event_revoker
CarouselPanel::HorizontalSnapPointsChanged_revoker HorizontalSnapPointsChanged(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
public event System.EventHandler<object> HorizontalSnapPointsChanged;
function onHorizontalSnapPointsChanged(eventArgs) { /* Your code */ }
carouselPanel.addEventListener("horizontalsnappointschanged", onHorizontalSnapPointsChanged);
carouselPanel.removeEventListener("horizontalsnappointschanged", onHorizontalSnapPointsChanged);
- or -
carouselPanel.onhorizontalsnappointschanged = onHorizontalSnapPointsChanged;
Public Custom Event HorizontalSnapPointsChanged As EventHandler(Of Object) Implements HorizontalSnapPointsChanged
<CarouselPanel HorizontalSnapPointsChanged="eventhandler"/>

Tipo de evento

Implementaciones

Se aplica a