System.Web
1.0.5000.0
2.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.EventArgs
The event is raised when an item in the control is created.
The event is raised when an item in the control is data bound to a source.
For a list of initial property values for an instance of , see the constructor.
For more information about handling events, see [<topic://cpconEventsOverview>].
Provides data for the and events of a control. This class cannot be inherited.
Constructor
Use this constructor to create and initialize a new instance of the class.
When an instance of is created by a call to this constructor, the following property is initialized to the specified value.
-
Property
Initial Value
-
Item
The value of the parameter.
Initializes a new instance of the class.
A object that represents an item in the control.
1.0.5000.0
2.0.0.0
Property
System.Web.UI.WebControls.DataListItem
To be added: an object of type 'DataListItem'
The items in the control are referenced as each item is created or bound to the control. Use this property to programmatically access the referenced item in the control when the or event is raised.
Gets the referenced item in the control when the event is raised.
1.0.5000.0
2.0.0.0