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