Print Page | Close Window

When the Status property is changed the BindingManager_CurrentItemChanged is not fired

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=131
Printed Date: 04-Apr-2025 at 2:32am


Topic: When the Status property is changed the BindingManager_CurrentItemChanged is not fired
Posted By: Customer
Subject: When the Status property is changed the BindingManager_CurrentItemChanged is not fired
Date Posted: 12-Jul-2007 at 10:27am
We created a (unbound) property let's say Status of an Invoice. However the Status itself is not stored in the Invoice entity, but in a StatusHistory entity. The functionality works fine, but I have one problem: When the Status property is changed the BindingManager_CurrentItemChanged is not fired. Can you help me out?



Replies:
Posted By: IdeaBlade
Date Posted: 12-Jul-2007 at 10:28am

You can override the OnPropertyChanged or OnColumnChanged event in StatusHistory which will fire every time that the Status property is changed.




Print Page | Close Window