Usage
- Typescript Import Format
- //To import this class, use the format below.
 import {DataGridProviderUpdateEvent} from "ojs/ojdatagridprovider";
For additional information visit:
Constructor
new DataGridProviderUpdateEvent(detail)
Class for creating update events used for communicating cell updates to the DataGrid.
Ranges of cells can be updated/filled/cleared with this event.
Parameters:
| Name | Type | Description | 
|---|---|---|
| detail | DataGridProviderUpdateOperationEventDetail | the event detail | 
Fields
- 
    
    detail :DataGridProviderUpdateOperationEventDetail
- 
    
      Update event details.- Since:
- 11.0.0
 
 
- 
    
    type :'update'
- 
    
    
    
     
  - Since:
- 11.0.0