'Declaration Protected Overridable Sub OnCommandChanged( _ ByVal oldValue As ICommand, _ ByVal newValue As ICommand _ )
'Usage Dim instance As DropDownButton Dim oldValue As ICommand Dim newValue As ICommand instance.OnCommandChanged(oldValue, newValue)
Parameters
- oldValue
- The old ICommand value.
- newValue
- The new ICommand value.