src/core/smart-data-source/smart-datasource.ts
Properties |
constructor(newSelection: progress.data.JSRecord, oldSelection?: progress.data.JSRecord)
|
|||||||||
Creates an instance of SelectionChangedEventArgs.
Parameters :
|
newSelection |
Type : progress.data.JSRecord
|
Default value : null
|
The newly selected record, if any. Defaults to null. |
oldSelection |
Type : progress.data.JSRecord
|
Default value : null
|
The previously selected record, if any. Defaults to null. |