dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

Disagreement about the history of INotifyPropertyChanging support in .NET Framework between "Remarks" section and "Applies To" table

Open elgonzo opened this issue 1 year ago • 1 comments

Type of issue

Typo

Description

The remarks section of the INotifyPropertyChanging interface says that

INotifyPropertyChanging is introduced in the .NET Framework version 3.5.

Conflicting with this statement, the "Applies to" table on the same page claims that the interface is already available in .NET Framework versions 2.0 and 3.0.

It's not really a serious issue (after all, who is still developing for those old frameworks?), but still... :-)

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.inotifypropertychanging?view=net-8.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.ComponentModel/INotifyPropertyChanging.xml

Document Version Independent Id

a079f858-5eed-673f-362b-785984af35e8

Article author

@dotnet-bot

elgonzo avatar Aug 21 '24 15:08 elgonzo

Tagging subscribers to this area: @dotnet/area-system-componentmodel