Class ComboBoxItemInsertEventArgs
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public class ComboBoxItemInsertEventArgs : CancelEventArgs
- Inheritance
-
ComboBoxItemInsertEventArgs
- Inherited Members
Properties
InsertLocation
public ComboBoxItemInsertLocation InsertLocation { get; set; }
Property Value
Item
public ListItem Item { get; set; }
Property Value
- ListItem