Table of Contents

Field IndexerPropertyChangedArgs

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

Provides a pre-initialized PropertyChangedEventArgs instance for the "Items[]" property.

public static readonly PropertyChangedEventArgs IndexerPropertyChangedArgs

Returns

PropertyChangedEventArgs
Provides a pre-initialized instance for the "Items[]" property.

Remarks

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