Does anyone know what event to hook into to know when data binding is complete on a ListBox control after setting its DataSource?
Hooking into DataSourceChanged doesn't do the trick as the Items collection is still empty on the control when this event is fired.