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 |
---|---|
Initializes a new instance of the DataViewItemEventArgs class. |
Members
Name |
Description |
---|---|
Gets the data item associated with the event. |
|
Gets the template context created for the data item. |
|
Gets or sets the DOM element or the ID of the DOM element next to which the DataView object renders the item template. |
|
Gets or sets the template that is used to render the item. |