'DeclarationPublic Sub SendSMSConfirmationCode( _ ByVal sender As Object, _ ByVal e As EventArgs _ )
'UsageDim instance As CustomerAccountMFAControl Dim sender As Object Dim e As EventArgs instance.SendSMSConfirmationCode(sender, e)
Parameters
- sender
 - Source of the event.
 - e
 - Event information.