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
205
XamMultiColumnComboEditor handle SelectionChanged only when triggered by a user.
posted

Hi,

I'm trying to handle SelectionChanged event in XamMultiColumnComboEditor.

comboEditor.SelectionChanged += HandleSelectionChanged;

private void HandleSelectionChanged(object sender, EventArgs eventArgs)

{

... do something when the selection changed by the user.

}

I want to handle the event only when the event is triggered by a user.

How can I achieve this?

Thank  you in advance.

Dennis