ItemsChangedEventArgs.ItemCount 속성

정의

변경 작업과 관련된 항목 수를 가져옵니다.

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

속성 값

Int32

변경 작업과 관련된 항목 수를 나타내는 정수입니다.

적용 대상