다음을 통해 공유


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 요소 수를 나타내는 정수입니다.

적용 대상