OnValidate Method (QatCustomButtonCollection)
In This Topic
Checks whather the type of the value argument is allowable for this item collection.
Syntax
'Declaration
Protected Overridable Sub OnValidate( _
ByVal As Object _
)
protected virtual void OnValidate(
object
)
Parameters
- value
See Also