ItemsChangedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供 ItemsChanged 事件的数据。
public ref class ItemsChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ItemsChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ItemsChangedEventArgs
Public NotInheritable Class ItemsChangedEventArgs
- 继承
- 属性
属性
Action |
获取对项集合发生的操作。 |
ItemCount |
获取更改所涉及的项数。 |
ItemUICount |
获取更改中涉及的 UI 元素数。 |
OldPosition |
获取集合中更改发生之前的位置。 |
Position |
获取集合中更改发生的位置。 |