ComponentOne ASP.NET MVC Controls
OnClientUpdatingView Method (PivotEngineBuilder)

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : OnClientUpdatingView Method
The value.
Configurates the C1.Web.Mvc.Olap.PivotEngine.OnClientUpdatingView client event. Occurs when the engine starts updating the output pivot view list.
Syntax
'Declaration
 
Public Function OnClientUpdatingView( _
   ByVal value As String _
) As PivotEngineBuilder
public PivotEngineBuilder OnClientUpdatingView( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members