'DeclarationPublic Sub VerifyConfirmationCode( _ ByVal sender As Object, _ ByVal e As EventArgs, _ ByVal Code As String _ )
'UsageDim instance As CustomerAccountControl Dim sender As Object Dim e As EventArgs Dim Code As String instance.VerifyConfirmationCode(sender, e, Code)
Parameters
- sender
 - Source of the event.
 - e
 - Event information.
 - Code
 - The code.