Share via


Sys.UI.DataViewItemEventArgs Class

Represents a item of a DataView object.

Namespace: Sys.UI

Inherits: Sys.EventArgs

var args = new Sys.UI.DataViewItemEventArgs(dataItem, templateContext);

Constructors

Name

Description

Sys.UI.DataViewItemEventArgs Constructor

Initializes a new instance of the DataViewItemEventArgs class.

Members

Name

Description

Sys.UI.DataViewItemEventArgs.dataItem Property

Gets the data item associated with the event.

Sys.UI.DataViewItemEventArgs.itemContext Property

Gets the template context created for the data item.

Sys.UI.DataViewItemEventArgs.itemPlaceholder Property

Gets or sets the DOM element or the ID of the DOM element next to which the DataView object renders the item template.

Sys.UI.DataViewItemEventArgs.itemTemplate Property

Gets or sets the template that is used to render the item.

See Also

Other Resources

Language Reference