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