MobileForms Toolkit Documentation

ScrollBarExtensionBase.OnValueToIndex Method 

Raises the ValueToIndex event.

protected virtual void OnValueToIndex(
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.

When overriding this method, you should call base's method before doing anything, so index can be set properly.

See Also

ScrollBarExtensionBase Class | Resco.Controls.ScrollBar Namespace