PocketPlanner Programmer's Guide

Calendar.HScroll Event

See Also

Raised when the control has been scrolled horizontally.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ScrollEventHandler HScroll

Visual Basic

Public HScroll As ScrollEventHandler

 Event Data

HScroll event handlers receive an argument of type ScrollEventArgs.

 See Also