Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Base.UI
- Classes
- MouseEventArgs Class
- WndMsgEventArgs Class
- Enumerations
- Delegates
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
MouseEventArgs Constructor |
Initializes a new instance of the MouseEventArgs class.
Syntax
Parameters
- button
- One of the MouseButtons values that indicate which mouse button was pressed.
- clicks
- The number of times a mouse button was pressed.
- x
- The x-coordinate of a mouse click, in pixels.
- y
- The y-coordinate of a mouse click, in pixels.
- delta
- A signed count of the number of detents the wheel has rotated.
See Also