PocketPlanner Programmer's Guide

Calendar.VScroll Event

See Also

Raised when the control has been scrolled vertically.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ScrollEventHandler VScroll

Visual Basic

Public VScroll As ScrollEventHandler

 Event Data

VScroll event handlers receive an argument of type ScrollEventArgs.

 See Also