'Declaration Public Class DayMouseEventArgs Inherits System.Windows.Forms.MouseEventArgs
'Usage Dim instance As DayMouseEventArgs
public class DayMouseEventArgs : System.Windows.Forms.MouseEventArgs
'Declaration Public Class DayMouseEventArgs Inherits System.Windows.Forms.MouseEventArgs
'Usage Dim instance As DayMouseEventArgs
public class DayMouseEventArgs : System.Windows.Forms.MouseEventArgs
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.
System.Object
System.EventArgs
System.Windows.Forms.MouseEventArgs
Xceed.Editors.DayMouseEventArgs
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