Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
805
ValueChanged not getting called?
posted

I have some setup code early in my view that says...

            _view.EditorSecurityCombo.ValueChanged += OnEditorSelectedSecurityChanged;

EditorSecurityCombo is an UltraCombo. When the view is first set up, selecting an item in the display does what you'd expect, and calls OnEditorSelectedSecurityChanged. However, when you then select another item from the combo, OnEditorSelectedSecurityChanged is NOT called.

Any ideas? Should I be hooking something other than ValueChanged?

 

Parents Reply Children
No Data