Occurs when a load operation is completed, or when an exception was thrown during the load operation.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public event EventHandler<ClientViewLoadedEventArgs> LoadedData
Visual Basic
Public Event LoadedData As EventHandler(Of ClientViewLoadedEventArgs)

See Also