In the documentation about the event SelectionChangeCommited it says: Fired when a selection change is committed. My question may sounds stupid but, what exactly means "committed" in this context? What happens inside the control (or related controls) when "a selection change is committed"? Could you give me more details please? Thanks.
I think this means that the SelectedIndexChanged event is fired in any change even by code, but this event is fired only when the user selects an item.