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 |
取得集合中發生變更的位置。 |