IScrollSnapPointsInfo.VerticalSnapPointsChanged イベント

定義

垂直スナップ ポイントの測定値が変化したときに発生します。

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

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

// Revoke with event_revoker
IScrollSnapPointsInfo::VerticalSnapPointsChanged_revoker VerticalSnapPointsChanged(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
event System.EventHandler<object> VerticalSnapPointsChanged;
function onVerticalSnapPointsChanged(eventArgs) { /* Your code */ }
iScrollSnapPointsInfo.addEventListener("verticalsnappointschanged", onVerticalSnapPointsChanged);
iScrollSnapPointsInfo.removeEventListener("verticalsnappointschanged", onVerticalSnapPointsChanged);
- or -
iScrollSnapPointsInfo.onverticalsnappointschanged = onVerticalSnapPointsChanged;
Event VerticalSnapPointsChanged As EventHandler(Of Object) 

イベントの種類

適用対象