Hello everybody,
Iâ??m creating a Bindind class descendent, in this class I only add one property and one method, the property is an class that provides methods to format the data on the Format event of Binding class and to parse the data in the Parse event of Binding class.
This works fine, but in some times in my application (when the way of how the data formatted is changed) I need that to force the Format event to be raised, but how can I do it? I didnâ??t find any method to do this, looking at stack trace I only have found private methods (maybe I'm wrong)â?¦
Iâ??ll be very grateful with any kind of helpâ?¦.
Thanks