Table of Contents

Class ComboBoxItemInsertEventArgs

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public class ComboBoxItemInsertEventArgs : CancelEventArgs
Inheritance
ComboBoxItemInsertEventArgs
Inherited Members

Properties

InsertLocation

public ComboBoxItemInsertLocation InsertLocation { get; set; }

Property Value

ComboBoxItemInsertLocation

Item

public ListItem Item { get; set; }

Property Value

ListItem