Contains event data for data binding events. Such as BoundItemCreated event and ItemDataBinding event.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public class C1ComboBoxItemEventArgs : EventArgs
Visual Basic (Declaration)
Public Class C1ComboBoxItemEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.Web.UI.Controls.C1ComboBox..::..C1ComboBoxItemEventArgs

See Also