MobileForms Toolkit Documentation

ScrollBarExtensionBase.ValueToIndex Event

Occurs when the scrollbar changes value to synchronize with scrollbar.

public event ValueIndexConversionHandler ValueToIndex;

Event Data

The event handler receives an argument of type ScrollBarExtensionBase.ValueIndexConversionEventArgs containing data related to this event. The following ScrollBarExtensionBase.ValueIndexConversionEventArgs properties provide information specific to this event.

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled.
Parameter Gets parameter.

See Also

ScrollBarExtensionBase Class | Resco.Controls.ScrollBar Namespace