Invoked when a data source finishes loading its content.
Original signature is '- (void)finishedLoadingWithDataSource:(WebDataSource *)dataSource'
Available in Mac OS X v10.2 with Safari 1.0 and later.

C# | Visual Basic | Visual C++ |
void FinishedLoadingWithDataSource( WebDataSource dataSource )
Sub FinishedLoadingWithDataSource ( _ dataSource As WebDataSource _ )
void FinishedLoadingWithDataSource( WebDataSource^ dataSource )

- dataSource (WebDataSource)
- A WebDataSource object that identifies the request that finished loading.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)