IScrollControllerPanningInfo.Changed イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IScrollControllerPanningInfo
プロパティが変更されたときに発生します。
// Register
event_token Changed(TypedEventHandler<IScrollControllerPanningInfo, IInspectable const&> const& handler) const;
// Revoke with event_token
void Changed(event_token const* cookie) const;
// Revoke with event_revoker
IScrollControllerPanningInfo::Changed_revoker Changed(auto_revoke_t, TypedEventHandler<IScrollControllerPanningInfo, IInspectable const&> const& handler) const;
event TypedEventHandler<IScrollControllerPanningInfo,object> Changed;
function onChanged(eventArgs) { /* Your code */ }
iScrollControllerPanningInfo.addEventListener("changed", onChanged);
iScrollControllerPanningInfo.removeEventListener("changed", onChanged);
- or -
iScrollControllerPanningInfo.onchanged = onChanged;
Event Changed As TypedEventHandler(Of IScrollControllerPanningInfo, Object)
イベントの種類
TypedEventHandler<IScrollControllerPanningInfo,IInspectable>