OnValidate Method (RibbonItemCollectionBase)
In This Topic
Performs additional custom processes when validating a value.
Syntax
'Declaration
Protected Overrides Sub OnValidate( _
ByVal As Object _
)
protected override void OnValidate(
object
)
Parameters
- value
- The object to validate.
Exceptions
See Also