ComboBox for ASP.NET Web Forms
C1ComboBoxCallbackEventHandler Delegate

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ComboBox Namespace : C1ComboBoxCallbackEventHandler Delegate
The source of the event.
An C1ComboBoxCallbackEventArgs that contains event data.
Represents the method that will handle C1ComboBox.CallbackDataBind event.
Syntax
'Declaration
 
Public Delegate Sub C1ComboBoxCallbackEventHandler( _
   ByVal sender As System.Object, _
   ByVal args As C1ComboBoxCallbackEventArgs _
) 
public delegate void C1ComboBoxCallbackEventHandler( 
   System.object sender,
   C1ComboBoxCallbackEventArgs args
)

Parameters

sender
The source of the event.
args
An C1ComboBoxCallbackEventArgs that contains event data.
See Also

Reference

C1ComboBoxCallbackEventHandler Members
C1.Web.Wijmo.Controls.C1ComboBox Namespace