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