MobileForms Toolkit Documentation

ScrollBarExtensionBase.IndexToValue Event

Occurs when the extension changes index.

public event ValueIndexConversionHandler IndexToValue;

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