Field IndexerPropertyChangedArgs
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.