ItemsChangedEventArgs.ItemUICount Property

Definition

Gets the number of UI elements involved in the change.

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

Property Value

Int32

int

Integer that represents the number of UI elements involved in the change.

Applies to