SelChange Event (MonthView Control)

       

Occurs when the user selects a new date or range of dates.

Syntax

Private Sub object_SelChange(StartDate As Date, EndDate As Date, Cancel As Boolean)

The SelChange Event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
StartDate The first date in the selection.
EndDate The last date in the selection
Cancel Determines whether the selection is canceled.