dbicMonth Send comments on this topic.
PageChange Event
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : PageChange Event

Occurs when the control displays a new month.

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 Gets or sets the month to display.
Year Gets or sets the year to display.

Requirements

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

See Also