Here I tried this:
<ComboBox Grid.Column="1" ItemsSource="{Binding IpList}" SelectedItem="{Binding SelectedIp , Mode=TwoWay}" IsEnabled ="{Binding IsEnabled}" DropDownOpened = "{Binding HintCommand}">
That's what I got:
DropDownOpened = "{Binding HintCommand}" is not valid. '{Binding HintCommand} is not a valid event handler method name. Only instance methods on the generated code-behind class are valid.