Spread Windows Forms 12.0 Product Documentation
OnValidate Method (SideButtonCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonCollection Class : OnValidate Method
The object to validate.
Performs additional custom processes when validating a value.
Syntax
'Declaration
 
Protected Overrides Sub OnValidate( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As SideButtonCollection
Dim value As Object
 
instance.OnValidate(value)
protected override void OnValidate( 
   object value
)

Parameters

value
The object to validate.
See Also

Reference

SideButtonCollection Class
SideButtonCollection Members