ComponentOne ASP.NET MVC Controls
OnClientLoading Method

C1.Web.Mvc.Fluent Namespace > BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class : OnClientLoading Method
The value.
Configurates the C1.Web.Mvc.BaseODataCollectionViewService<T>.OnClientLoading client event. Occurs when the C1.Web.Mvc.BaseODataCollectionViewService<T> starts loading data.
Syntax
'Declaration
 
Public Function OnClientLoading( _
   ByVal value As String _
) As TBuilder
public TBuilder OnClientLoading( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class
BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Members