ComponentOne ASP.NET MVC Controls
OnClientUpdatedView Method (PivotEngineBuilder)

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members