Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Event to call when value changes
Message
De
23/01/2013 11:28:32
 
 
À
23/01/2013 11:09:00
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01563626
Message ID:
01563825
Vues:
51
>Does the class with 'awd_amount' implement INotifyPropertyChanged ? If so you could handle the event and update the TextBox from there.

I have no idea :(

How do I check and what do I do if it does?

update:

I just found this in the help file:

Starting in MM .NET 3.5, the mmBusinessEntity class implements the INotifyPropertyChanged interface. Entity objects generated by the Business Layer Generator make use of this new interface by calling the OnPropertyChanged() method in the Set() of all entity properties. This ensures that if you manually store a value to an entity object, any user interface element bound to it is automatically updated.

So it looks like it does.

Now to work out how to use it....
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform