PropertyChanged Nofification
-
Hello, Currently im hanging on one Problem. I wrote a class inherting from grid. Each grid has the property children. How can i get an notification when a new children added to the grid. I need somethink like a event which occours when the children-cout changed. I hope you understand what i mean. Thanks in advanced
-
Hello, Currently im hanging on one Problem. I wrote a class inherting from grid. Each grid has the property children. How can i get an notification when a new children added to the grid. I need somethink like a event which occours when the children-cout changed. I hope you understand what i mean. Thanks in advanced
You're looking at the ObservableCollection - that notifies you when an item has been added or removed from a collection.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
You're looking at the ObservableCollection - that notifies you when an item has been added or removed from a collection.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.