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

이벤트 유형

구현

적용 대상