ComponentOne ASP.NET MVC Controls
OnClientUpdatingView Method (PivotPanelBuilder)

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotPanelBuilder Class
PivotPanelBuilder Members