This question is locked. New answers and comments are not allowed.
I've got a ListBox in a RadSplitButton inside of a RadToolBar (which is inside of a RadToolBarTray). When the drop down closes, the split button sends two DropDownClosed events. This makes it rather difficult to use in an EventToCommand scenario since my stateless command gets executed twice. :(