Click or drag to resize

IceNetListBox Events

The IceNetListBox type exposes the following members.

Events
  NameDescription
Public eventCallingDataMethods
Occurs when data methods are being called.
(Inherited from DataBoundControl.)
Public eventCreatingModelDataSource
Occurs when the ModelDataSource object is being created.
(Inherited from DataBoundControl.)
Public eventDataBinding
Occurs when the server control binds to a data source.
(Inherited from Control.)
Public eventDataBound
Occurs after the server control binds to a data source.
(Inherited from BaseDataBoundControl.)
Public eventDisposed
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
(Inherited from Control.)
Public eventInit
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.)
Public eventLoad
Occurs when the server control is loaded into the Page object.
(Inherited from Control.)
Public eventPreRender
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.)
Public eventSelectedIndexChanged
Occurs when the selection from the list control changes between posts to the server.
(Inherited from ListControl.)
Public eventTextChanged
Occurs when the Text and SelectedValue properties change.
(Inherited from ListControl.)
Public eventUnload
Occurs when the server control is unloaded from memory.
(Inherited from Control.)
Top
See Also