CyberStore Ecommerce 2023 Documentation
cardtypesDropDownList_SelectedIndexChanged Method


Dovetail.Ecommerce.Controls Namespace > CheckOutPaymentMethods Class : cardtypesDropDownList_SelectedIndexChanged Method
Source of the event.
Event information.
Event handler. Called by cardtypesDropDownList for selected index changed events.
Syntax
'Declaration
 
Public Sub cardtypesDropDownList_SelectedIndexChanged( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As CheckOutPaymentMethods
Dim sender As Object
Dim e As EventArgs
 
instance.cardtypesDropDownList_SelectedIndexChanged(sender, e)
public void cardtypesDropDownList_SelectedIndexChanged( 
   object sender,
   EventArgs e
)

Parameters

sender
Source of the event.
e
Event information.
Remarks
Benjamin J. Higgins, 3/21/2012.
See Also

Reference

CheckOutPaymentMethods Class
CheckOutPaymentMethods Members