MobileForms Toolkit Documentation

ScrollBarExtensionBase.OnIndexToValue Method 

Raises the IndexToValue event.

protected virtual void OnIndexToValue(
ValueIndexConversionEventArgs e
);

Parameters

e
A ScrollBarExtensionBase.ValueIndexConversionEventArgs that contains the event data.

Remarks

It is required to set handler for this event so extensions will work properly.

See Also

ScrollBarExtensionBase Class | Resco.Controls.ScrollBar Namespace