BindingList collection in wpf
- by grid-wpf-architect
Hi ,
I have BindingList collection,
i want to add two event in the collection.
one is BeforeChange and another one is afterChange,
BeforeChange = Need to raise before we start editing the record.
AfterChange = Need to raise after editing completed.