.net - Using ItemContainerGenerator make fire event SelectionChanged -


in wpf application call

surfacelistboxitem categoryitem = (surfacelistboxitem)categorieslistbox.itemcontainergenerator.containerfromitem(categorieslistbox.selecteditem); 

an event selectionchange for

categorieslistbox

fires. how avoid this? alternatively suggest me way how swap data template


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -