The ClientViewLoadedEventArgs type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method MarkErrorAsHandled
For the case where HasError is true, this method marks the error as handled. If this method is not called, an exception will be thrown.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Error
Gets the loading error if the loading failed.
Public property HasError
Gets a value indicating whether the loading has failed. If true, inspect the Error property for details.
Public property IsErrorHandled
Gets a value indicating whether the loading error has been marked as handled by calling MarkErrorAsHandled()()()().
Public property Items
Gets all entities loaded by a client view.
Public property TotalItemCount
Gets the total number of rows for the original query without any paging applied to it.

See Also