Class DateHoverEventArgs
This class is used to return the event arguements when the mouse is hover the Date.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DateHoverEventArgs : GridCellCancelEventArgs
Constructors
DateHoverEventArgs(Int32, Int32, GridCellButton, MouseEventArgs, CalendarModel, ToolTipInfo, ToolTipStyle, Object)
Initializes a new object.
Declaration
public DateHoverEventArgs(int rowIndex, int colIndex, GridCellButton cellButton, MouseEventArgs mouseEventArgs, CalendarModel model, ToolTipInfo tooltipinfo, ToolTipStyle style, object dateval)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | rowIndex | The row index. |
| System.Int32 | colIndex | The column index. |
| GridCellButton | cellButton | The cell button that is the target of the current mouse operation or NULL if the cell itself is the target. |
| System.Windows.Forms.MouseEventArgs | mouseEventArgs | The System.Windows.Forms.MouseEventArgs originating this event. |
| CalendarModel | model | |
| ToolTipInfo | tooltipinfo | |
| ToolTipStyle | style | |
| System.Object | dateval |
Fields
ToolTipStyle
Declaration
public ToolTipStyle ToolTipStyle
Field Value
| Type |
|---|
| ToolTipStyle |
Properties
CellButton
Gets the cell button that is the target of the current mouse operation or NULL if the cell itself is the target.
Declaration
[TraceProperty(true)]
public GridCellButton CellButton { get; }
Property Value
| Type |
|---|
| GridCellButton |
DateValue
Gets the date value of the current mouse operation.
Declaration
public object DateValue { get; }
Property Value
| Type |
|---|
| System.Object |
Model
Gets the Calender Model.
Declaration
public CalendarModel Model { get; }
Property Value
| Type |
|---|
| CalendarModel |
MouseEventArgs
Gets the System.Windows.Forms.MouseEventArgs originating this event.
Declaration
[TraceProperty(true)]
public MouseEventArgs MouseEventArgs { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.MouseEventArgs |
ToolTip
Gets/Sets the TooltipInfo for the SuperToolTip
Declaration
public ToolTipInfo ToolTip { get; set; }
Property Value
| Type |
|---|
| ToolTipInfo |