'DeclarationPublic Sub pwCustomValidate( _ ByVal source As Object, _ ByVal args As ServerValidateEventArgs _ )
'UsageDim instance As CustomerAccountControl Dim source As Object Dim args As ServerValidateEventArgs instance.pwCustomValidate(source, args)
public void pwCustomValidate( object source, ServerValidateEventArgs args )
Parameters
- source
 - Source for the.
 - args
 - Server validate event information.