'Declaration Protected Overridable Sub OnIsDropDownOpenChanged( _ ByVal oldValue As Boolean, _ ByVal newValue As Boolean _ )
'Usage Dim instance As CheckComboBox Dim oldValue As Boolean Dim newValue As Boolean instance.OnIsDropDownOpenChanged(oldValue, newValue)
Parameters
- oldValue
- A bool representing the old value.
- newValue
- A bool representing the new value.