C1.Data.DataSource Namespace > ClientViewSource Class : LoadedData Event |
'Declaration
Public Event LoadedData As System.EventHandler(Of ClientViewLoadedEventArgs)
public event System.EventHandler<ClientViewLoadedEventArgs> LoadedData
The event handler receives an argument of type ClientViewLoadedEventArgs containing data related to this event. The following ClientViewLoadedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Error | Gets the loading error if the loading failed. |
HasError | Gets a value indicating whether the loading has failed. If true, inspect the Error property for details. |
IsErrorHandled | Gets a value indicating whether the loading error has been marked as handled by calling MarkErrorAsHandled. |
Items | Gets all entities loaded by a client view. |
TotalItemCount | Gets the total number of rows for the original query without any paging applied to it. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2