DataSourceProvider::OnQueryFinished Method (Object^)
.NET Framework (current version)
Derived classes call this method to indicate that a query has finished.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- newData
-
Type:
System::Object^
The data that is the result of the query.
This callback can be called from any thread. This implementation marshals back the result to the UI thread before setting any of the public properties and before raising any events.
.NET Framework
Available since 3.0
Available since 3.0
Show: