Microsoft SDK for Java

DateRangeEvent Class

Provides data for the dateChanged event and the dateSelected event of a MonthCalendar control.

Event 
  |
  +--DateRangeEvent

package com.ms.wfc.ui

public class DateRangeEvent
extends
Event

Remarks

The dateChanged event occurs when the currently selected date or range of dates changes; for example, when the user explicitly changes a selection within the current month or when the selection is implicitly changed in response to next/previous month navigation. The dateSelected event occurs when user explicitly changes a selection. A DateRangeEvent specifies the start and end for the new date range that has been selected.

For information about the WFC event model, see Handling Events in WFC.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.