CyberStore Ecommerce 2023 Documentation
cbPanel_MFASection_Button_Click Method (CustomerAccountMFAControl)


Dovetail.Ecommerce.Controls Namespace > CustomerAccountMFAControl Class : cbPanel_MFASection_Button_Click Method
Source of the event.
A CallbackEventArgsBase to process.
Event handler. Called by cbPanel_MFASection_Button for click events.
Syntax
'Declaration
 
Public Sub cbPanel_MFASection_Button_Click( _
   ByVal sender As Object, _
   ByVal e As DevExpress.Web.CallbackEventArgsBase _
) 
'Usage
 
Dim instance As CustomerAccountMFAControl
Dim sender As Object
Dim e As DevExpress.Web.CallbackEventArgsBase
 
instance.cbPanel_MFASection_Button_Click(sender, e)
public void cbPanel_MFASection_Button_Click( 
   object sender,
   DevExpress.Web.CallbackEventArgsBase e
)

Parameters

sender
Source of the event.
e
A CallbackEventArgsBase to process.
See Also

Reference

CustomerAccountMFAControl Class
CustomerAccountMFAControl Members