ComponentOne ASP.NET MVC Controls
OnClientScrollPositionChanged Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : OnClientScrollPositionChanged Method
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientScrollPositionChanged client event. Occurs after the control has scrolled.
Syntax
'Declaration
 
Public Overridable Function OnClientScrollPositionChanged( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder OnClientScrollPositionChanged( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members