Table of Contents

Field CountPropertyChangedArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Provides a pre-initialized PropertyChangedEventArgs instance for the "Count" property.

public static readonly PropertyChangedEventArgs CountPropertyChangedArgs

Returns

PropertyChangedEventArgs
Provides a pre-initialized instance for the "Count" property.

Remarks

This static field can be used to avoid repeatedly creating new PropertyChangedEventArgs instances for the "Count" property, improving performance in scenarios where property change notifications for "Count" are frequent.