开发者

How can i access to a property of class before its value sets first time

开发者 https://www.devze.com 2022-12-14 09:37 出处:网络
i know the \"IFirePropertyChanged\" interface.开发者_Go百科 But i dont know something like \"IFirePropertyBeforeChange\".

i know the "IFirePropertyChanged" interface.

开发者_Go百科

But i dont know something like "IFirePropertyBeforeChange".

is there exists?


INotifyPropertyChanging. Note this was introduced only in .NET 3.5, and may not be widely supported by frameworks.

0

精彩评论

暂无评论...
验证码 换一张
取 消