edui / dentalsmile

Automatically exported from code.google.com/p/dentalsmile
0 stars 2 forks source link

Magic in C# #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Di C# itu ada magicnya.
Harus mencoba2.memkasimalkan menggunakan kemampuan magic yang ada di Wpf ini.

- Property yang berubah/dinamis bisa menggunakan DependencyProperty.
- Ada BindingOperation yang bisa mentransfer perubahan satu property ke object 
lain
- dll

Original issue reported on code.google.com by edui....@gmail.com on 5 Apr 2013 at 9:35

GoogleCodeExporter commented 9 years ago
DependecyProperty & BindingOperations 
http://msdn.microsoft.com/en-us/magazine/cc794276.aspx

Original comment by edui....@gmail.com on 10 Apr 2013 at 9:29