Xceed Grid for WinForms v4.3 Documentation
DayMouseEventArgs Constructor


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > DayMouseEventArgs Class : DayMouseEventArgs Constructor
A System.DateTime value representing the value of a day in the WinCalendar control.
The System.Windows.Forms.MouseEventArgs used that contains the mouse information.
Initializes a new instance of the DayMouseEventArgs class specifying the System.DateTime value of a day in the WinCalendar control.
Syntax
'Declaration
 
Public Function New( _
   ByVal date As Date, _
   ByVal mouseEventArgs As MouseEventArgs _
)
'Usage
 
Dim date As Date
Dim mouseEventArgs As MouseEventArgs
 
Dim instance As New DayMouseEventArgs(date, mouseEventArgs)
public DayMouseEventArgs( 
   DateTime date,
   MouseEventArgs mouseEventArgs
)

Parameters

date
A System.DateTime value representing the value of a day in the WinCalendar control.
mouseEventArgs
The System.Windows.Forms.MouseEventArgs used that contains the mouse information.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DayMouseEventArgs Class
DayMouseEventArgs Members