Xceed Grid for WinForms v4.3 Documentation
DayMouseEventArgs Class
Members 


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace : DayMouseEventArgs Class
Provides for the WinCalendar.DayMouseUp, WinCalendar.DayMouseDown, and WinCalendar.DayMouseMove events.
Syntax
'Declaration
 
Public Class DayMouseEventArgs 
   Inherits System.Windows.Forms.MouseEventArgs
'Usage
 
Dim instance As DayMouseEventArgs
public class DayMouseEventArgs : System.Windows.Forms.MouseEventArgs 
Remarks

The WinCalendar.DayMouseDown event occurs when the user presses the mouse button while the pointer is over a day in the WinCalendar control. The WinCalendar.DayMouseUp event occurs when the user releases the mouse button while the pointer remains over a day in the WinCalendar control. The WinCalendar.DayMouseMove event occurs when the user moves the mouse pointer over a day in the WinCalendar control. A DayMouseEventArgs specifies which mouse button is pressed, how many times the mouse button was pressed and released, the coordinates of the mouse, and the amount the mouse wheel moved.

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.Forms.MouseEventArgs
         Xceed.Editors.DayMouseEventArgs

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 Members
Xceed.Editors Namespace