'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.