BindingList collection in wpf
Posted
by grid-wpf-architect
on Stack Overflow
See other posts from Stack Overflow
or by grid-wpf-architect
Published on 2010-03-19T07:38:43Z
Indexed on
2010/03/19
7:41 UTC
Read the original article
Hit count: 225
wpf
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.
© Stack Overflow or respective owner