OrientedVirtualizingPanel.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
OrientedVirtualizingPanel::VerticalSnapPointsChanged_revoker VerticalSnapPointsChanged(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
public event System.EventHandler<object> VerticalSnapPointsChanged;
function onVerticalSnapPointsChanged(eventArgs) { /* Your code */ }
orientedVirtualizingPanel.addEventListener("verticalsnappointschanged", onVerticalSnapPointsChanged);
orientedVirtualizingPanel.removeEventListener("verticalsnappointschanged", onVerticalSnapPointsChanged);
- or -
orientedVirtualizingPanel.onverticalsnappointschanged = onVerticalSnapPointsChanged;
Public Custom Event VerticalSnapPointsChanged As EventHandler(Of Object) Implements VerticalSnapPointsChanged
<orientedVirtualizingPanel VerticalSnapPointsChanged="eventhandler" />

이벤트 유형

구현

적용 대상