CyberStore Ecommerce 2023 Documentation
pwCustomValidate Method


Dovetail.Ecommerce.Controls Namespace > CustomerAccountControl Class : pwCustomValidate Method
Source for the.
Server validate event information.
Password custom validate.
Syntax
'Declaration
 
Public Sub pwCustomValidate( _
   ByVal source As Object, _
   ByVal args As ServerValidateEventArgs _
) 
'Usage
 
Dim 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.
Remarks
Benjamin J. Higgins, 10/23/2012.
See Also

Reference

CustomerAccountControl Class
CustomerAccountControl Members