dbicDate Send comments on this topic.
PageChange Event
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : PageChange Event

Occurs before a new month/year is displayed.

Syntax

Visual Basic (Declaration) 
Public Event PageChange As PageChangeEventHandler
C# 
public event PageChangeEventHandler PageChange

Event Data

The event handler receives an argument of type PageChangeEventArgs containing data related to this event. The following PageChangeEventArgs properties provide information specific to this event.

PropertyDescription
Month The month which displayed before the new page is presented.
Year The year displayed before the new page is presented.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also