Configurates the
C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCollectionChanged client event. Occurs when the collection changes.
Syntax
'Declaration
Public Function OnClientCollectionChanged( _
ByVal As String _
) As
public OnClientCollectionChanged(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also