共用方式為


ItemsChangedEventArgs.ItemUICount 屬性

定義

取得變更所涉及的 UI 元素數目。

public:
 property int ItemUICount { int get(); };
int ItemUICount();
public int ItemUICount { get; }
var int32 = itemsChangedEventArgs.itemUICount;
Public ReadOnly Property ItemUICount As Integer

屬性值

Int32

int

整數,表示變更所涉及 UI 項目的數目。

適用於