Info
Version: | 0.2.1 |
Author(s): | qtbui159 |
Last Update: | Sunday, November 4, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/qtbui159/QtPropertyObserver |
NuGet Url: | https://www.nuget.org/packages/QtPropertyObserver |
Install
Install-Package QtPropertyObserver
dotnet add package QtPropertyObserver
paket add QtPropertyObserver
QtPropertyObserver Download (Unzip the "nupkg" after downloading)
Dependencies
- Lib.Harmony(>= 1.2.0.1)
Tags
This Library can help the properties setter auto complete NofityPropertyChanged. Get more help on sample code.
Supported Platform:
.Net Framework 4+
让Property的setter自动调用PropertyChanged方法,避免写一个私有变量,再写一个属性,主要用于WPF程序。使用说明请参阅sample。
支持的平台:
.Net Framework 4+.