ItemsChangedEventArgs.ItemUICount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.