Table of Contents

Method RaiseScroll

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RaiseScroll(ScrollBarOrientation, ScrollEventType)

Raises the Scroll event and OnScroll(ScrollEventArgs) method with the specified parameters.

public void RaiseScroll(ScrollBarOrientation orientation, ScrollEventType eventType)

Parameters

orientation ScrollBarOrientation

Scroll bar orientation.

eventType ScrollEventType

Type of the scroll event.

RaiseScroll(ScrollEventArgs)

Raises the Scroll event and OnScroll(ScrollEventArgs) method.

public void RaiseScroll(ScrollEventArgs e)

Parameters

e ScrollEventArgs

A ScrollEventArgs that contains the event data.