afterValidate() public method
This method is invoked after validation ends.
The default implementation raises an afterValidate
event. You may override this method to do postprocessing after validation. Make sure the parent implementation is invoked so that the event can be raised.
public void afterValidate ( ) |
---|
Please login to continue.