ScrollingScrollCompletedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 ScrollView.ScrollCompleted
事件提供数据。
public ref class ScrollingScrollCompletedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ScrollingScrollCompletedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ScrollingScrollCompletedEventArgs
Public NotInheritable Class ScrollingScrollCompletedEventArgs
- 继承
- 属性
注解
ScrollView.ScrollCompleted 事件使用这些事件参数,当滚动偏移量由于完成ScrollTo
的 、 ScrollBy
或 AddScrollVelocity
方法调用而更改时,将引发该事件参数。
属性
CorrelationId |
获取与偏移量更改关联的关联 ID,之前由 |