Configurates the
C1.Web.Mvc.Olap.PivotFieldBase.OnClientPropertyChanged client event. Occurs when the value of a property in this field changes.
Syntax
'Declaration
Public Function OnClientPropertyChanged( _
ByVal As String _
) As
public OnClientPropertyChanged(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also