| Visual Basic (Declaration) | |
|---|---|
Public Event PageChange As PageChangeEventHandler | |
| C# | |
|---|---|
public event PageChangeEventHandler PageChange | |
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.
| Property | Description |
|---|---|
| Month | Gets or sets the month to display. |
| Year | Gets or sets the year to display. |