ItemsChangedEventArgs.ItemCount 属性

定义

获取更改所涉及的项数。

public:
 property int ItemCount { int get(); };
public int ItemCount { get; }
member this.ItemCount : int
Public ReadOnly Property ItemCount As Integer

属性值

Int32

表示更改所涉及的项数的整数。

适用于