PocketPlanner Programmer's Guide

Calendar.VisibleDateChanged Event

See Also

Raised when the user selects another date using the month or year navigation controls on the calendar header area.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateChangedEventHandler VisibleDateChanged

Visual Basic

Public VisibleDateChanged As DateChangedEventHandler

 Event Data

VisibleDateChanged event handlers receive an argument of type DateChangedEventArgs.

 See Also