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

nMonth
The month displayed before the new page is presented.
nYear
The year displayed before the new page is presented.
Initializes a new instance of the PageChangeEventArgs class.

Syntax

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

Parameters

nMonth
The month displayed before the new page is presented.
nYear
The year displayed before the new page is presented.

Requirements

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

See Also