This delegate, if registered, is automatically called from the
ImGearPageView class when the user presses Page Up or Page Down.
Syntax
public delegate void ImGearPageView.DelegatePageCalculate(
ref ImGearScrollInfo
)
public: __gc __delegate void ImGearPageView.DelegatePageCalculate(
ref ImGearScrollInfo
)
Parameters
- scrollInfo
- In/out parameter. ImGearScrollInfo object with current attributes for vertical and
horizontal scrollbars passed by reference.
See Also