﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Combobox event question</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 22:32:16 GMT</lastBuildDate><ttl>20</ttl><item><title>Combobox event question</title><link>http://forum.strataframe.net/FindPost2064.aspx</link><description>Which event should I use when the user selects one of the items from the drop down list?</description><pubDate>Wed, 02 Aug 2006 16:17:30 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Combobox event question</title><link>http://forum.strataframe.net/FindPost2065.aspx</link><description>Either SelectedIndexChanged or SelectedValueChanged... it doesn't matter which one.&lt;/P&gt;&lt;P&gt;The only time it will matter is when you have multiple items within the combo that have the same value... if one is selected and the user selects the other one, then the SelectedValueChanged will not fire because the value didn't change.&amp;nbsp; But since that will rarely happen, then you can really use either one.</description><pubDate>Wed, 02 Aug 2006 16:17:30 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>