UpdateDataSourceAsync Method
Forces the grid to recompute it's values for a list of properties on specific entities
Syntax
public void UpdateDataSourceAsync(
System.Collections.Generic.IEnumerable<IEntity> entities,
System.Collections.Generic.IEnumerable<string> propertySystemNames,
System.Threading.CancellationToken ct
)Public Sub UpdateDataSourceAsync( _
ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity), _
ByVal propertySystemNames As System.Collections.Generic.IEnumerable(Of String), _
ByVal ct As System.Threading.CancellationToken _
) Parameters
| Name | Description |
|---|---|
| entities | The entities whose properties should be recomputed |
| propertySystemNames | The system names of the property definitions to update |
| ct | The cancellation token. The cancellation token is checked on the ui thread prior to updating the ui |