Properties
batchCompleted
batchCompleted: ((sender: any, e: DataSourceBatchCompletedEventArgs) => void)
Type declaration
-
- (sender: any, e: DataSourceBatchCompletedEventArgs): void
-
Parameters
-
sender: any
-
e: DataSourceBatchCompletedEventArgs
Returns void
batchStarted
batchStarted: ((sender: any, e: DataSourceBatchStartedEventArgs) => void)
Type declaration
-
- (sender: any, e: DataSourceBatchStartedEventArgs): void
-
Parameters
-
sender: any
-
e: DataSourceBatchStartedEventArgs
Returns void
dataCommitted
dataCommitted: ((sender: any, e: DataSourceDataCommittedEventArgs) => void)
Type declaration
-
- (sender: any, e: DataSourceDataCommittedEventArgs): void
-
Parameters
-
sender: any
-
e: DataSourceDataCommittedEventArgs
Returns void
rowExpansionChanged
rowExpansionChanged: ((sender: any, args: DataSourceRowExpansionChangedEventArgs) => void)
Type declaration
-
- (sender: any, args: DataSourceRowExpansionChangedEventArgs): void
-
Parameters
-
sender: any
-
args: DataSourceRowExpansionChangedEventArgs
Returns void
schemaChanged
schemaChanged: ((sender: any, args: DataSourceSchemaChangedEventArgs) => void)
Type declaration
-
- (sender: any, args: DataSourceSchemaChangedEventArgs): void
-
Parameters
-
sender: any
-
args: DataSourceSchemaChangedEventArgs
Returns void
Static
nextHashCode
nextHashCode: number