Sys.Data.DataEventArgs Class

Provides a class for arguments of data events that can be canceled.

Namespace: Sys.Data

Inherits: CancelEventArgs

var args = new Sys.Data.DataEventArgs(data);

Constructors

Name

Description

Sys.Data.DataEventArgs Constructor

Initializes a new instance of the DataEventArgs class.

Members

Name

Description

Sys.Data.DataEventArgs.data Property

Gets or sets the data value of the data event.

Sys.Data.DataEventArgs.itemPlaceholder Property

Gets or sets the default location in the DataView object where the item template is instantiated as a DOM element or DOM element ID.

Sys.Data.DataEventArgs.itemTemplate Property

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

See Also

Other Resources

Sys.EventArgs Class