dbicCalendar Send comments on this topic.
SetTipsEventArgs Constructor
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > SetTipsEventArgs Class : SetTipsEventArgs Constructor

nRow
The top row in the control.
dtDate
The first visible date in the control.
Initializes a new instance of the SetTipsEventArgs class

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal nRow As Integer, _
   ByVal dtDate As Date _
)
C# 
public SetTipsEventArgs( 
   int nRow,
   DateTime dtDate
)

Parameters

nRow
The top row in the control.
dtDate
The first visible date in the control.

Requirements

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

See Also