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