OnValidate Method (InputComboBoxItemCollection)
In This Topic
Checks that the value argument derives from
InputComponent.
Syntax
'Declaration
Protected Overridable Sub OnValidate( _
ByVal As Object _
)
protected virtual void OnValidate(
object
)
Parameters
- value
See Also