RadComboBox for ASP.NET

RadComboBox Send comments on this topic.
RadComboBoxItemsRequestedEventHandler Delegate
See Also 
Telerik.WebControls Namespace : RadComboBoxItemsRequestedEventHandler Delegate


o
e
 

 

Namespace: Telerik.WebControls
Assembly: RadComboBox (in RadComboBox.dll)

Syntax

Visual Basic (Declaration) 
Public Delegate Sub RadComboBoxItemsRequestedEventHandler( _
   ByVal o As Object, _
   ByVal e As RadComboBoxItemsRequestedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New RadComboBoxItemsRequestedEventHandler(AddressOf HandlerMethod)
C# 
public delegate void RadComboBoxItemsRequestedEventHandler( 
   object o,
   RadComboBoxItemsRequestedEventArgs e
)

Parameters

o
e

See Also