ItemsChangedEventArgs クラス

定義

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
継承
Object Platform::Object IInspectable ItemsChangedEventArgs
属性

プロパティ

Action

項目のコレクションで発生したアクションを取得します。

ItemCount

変更に関連する項目の数を取得します。

ItemUICount

変更に関係する UI 要素の数を取得します。

OldPosition

変更が発生する前のコレクション内の位置を取得します。

Position

変更が発生したコレクション内の位置を取得します。

適用対象

こちらもご覧ください