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
1401
Is there any CheckedChanged event for UltraComboEditor control?
posted

Hi,

I am using UltraComboEditor with the following settings,

ultraComboEditor1.CheckedListSettings.CheckBoxStyle = CheckStyle.CheckBox;

I want to trigger an event on item's checked state change.

Is there any CheckedChanged Event for UltraComboEditor?

Thanks in advance,

Kumar