IScrollController.ScrollByRequested Событие
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
// Register
event_token ScrollByRequested(TypedEventHandler<IScrollController, ScrollControllerScrollByRequestedEventArgs const&> const& handler) const;
// Revoke with event_token
void ScrollByRequested(event_token const* cookie) const;
// Revoke with event_revoker
IScrollController::ScrollByRequested_revoker ScrollByRequested(auto_revoke_t, TypedEventHandler<IScrollController, ScrollControllerScrollByRequestedEventArgs const&> const& handler) const;
event TypedEventHandler<IScrollController,ScrollControllerScrollByRequestedEventArgs> ScrollByRequested;
Event ScrollByRequested As TypedEventHandler(Of IScrollController, ScrollControllerScrollByRequestedEventArgs)