UpdateDataSource(IEnumerable<String>,CancellationToken) Method
Forces the grid to recompute it's values for a list of properties
Syntax
public void UpdateDataSource(
System.Collections.Generic.IEnumerable<string> propertySystemNames,
System.Threading.CancellationToken ct
)Public Overloads Sub UpdateDataSource( _
ByVal propertySystemNames As System.Collections.Generic.IEnumerable(Of String), _
ByVal ct As System.Threading.CancellationToken _
) Parameters
| Name | Description |
|---|---|
| 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 |