dbicDate Send comments on this topic.
MouseEvents Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > HeaderColumnClickEventArgs Class : MouseEvents Property

The standard mouseevent arguments.

Syntax

Visual Basic (Declaration) 
Public Property MouseEvents As MouseEventArgs
C# 
public MouseEventArgs MouseEvents {get; set;}

Property Value

MouseEventArgs

Remarks

These are the same from the standard MouseDown event, but included here for ease of access for the developer.

Requirements

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

See Also