dbicMonth Send comments on this topic.
PageChangeEventArgs Constructor
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > PageChangeEventArgs Class : PageChangeEventArgs Constructor

nYear
The year to display.
nMonth
The month to display.
Initializes a new instance of the PageChangeEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal nYear As Integer, _
   ByVal nMonth As Integer _
)
C# 
public PageChangeEventArgs( 
   int nYear,
   int nMonth
)

Parameters

nYear
The year to display.
nMonth
The month to display.

Requirements

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

See Also