Specifies data for row action validation events.
Namespace: MindFusion.DataViews
File: EventArgs.js
JavaScript Copy Code |
---|
// class |
Events that use the RowModifyingEventArgs class to provide event data are rowSelecting, rowCreating, rowDeleting and rowUpdating.
The following code handles the rowUpdating event of a Grid instance. The event uses the RowModifyingEventArgs class to provide event data:
JavaScript Copy Code |
---|
grid.rowUpdating.addEventListener(onRowUpdating); function onRowUpdating(sender, args) |
MindFusion.DataViews.CancelEventArgs
MindFusion.DataViews.RowModifyingEventArgs
MindFusion.DataViews.CommandEventArgs