Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the data value of the data event.
Note
To get or set property values for client API properties, you must call property accessor methods that are named with the get_ and set prefixes. For example, to get or set a value for a property such as cancel, you call the get_cancel or set_cancel methods.
var data = Sys.Data.DataEventArgs.get_data();
Sys.Data.DataEventArgs.set_data(value)
Return Value
The data value of the data event.