Event handler. Called by cbPanel_MFASection_Button for click events.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Sub cbPanel_MFASection_Button_Click( _
   ByVal  As Object, _
   ByVal  As DevExpress.Web.CallbackEventArgsBase _
) 
             
        
            
            'Usage
 
Dim instance As CustomerAccountControl
Dim sender As Object
Dim e As DevExpress.Web.CallbackEventArgsBase
 
instance.cbPanel_MFASection_Button_Click(sender, e)
             
        
            
            public void cbPanel_MFASection_Button_Click( 
   object ,
   DevExpress.Web.CallbackEventArgsBase 
)
             
        
             
        
            Parameters
- sender
 
- Source of the event.
 - e
 
- A CallbackEventArgsBase to process.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also