APNSoft Controls [4.5.2.20] - API Reference
ComboBoxEventHandler Delegate
Represents the method that will handle command events of a ComboBox.
[Visual Basic]Public Delegate Sub ComboBoxEventHandler( _
ByVal
sender As Object, _
ByVal
e As
ComboBoxEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- A ComboBoxEventArgs than contains the event data.
Requirements
Namespace: APNSoft.WebControls
Assembly: APNSoftControls (in APNSoftControls.dll)
See Also
APNSoft.WebControls Namespace