Click or drag to resize

DotNetBrowser.Input.Mouse.Events Namespace

This namespace contains interfaces and classes related to the mouse input events.
Classes
  ClassDescription
Public classMouseButtonEventArgs
Event arguments for the IMouse events associated with a mouse button.
Public classMouseDraggedEventArgs
The event arguments for the Dragged event.
Public classMouseEnteredEventArgs
The event arguments for the Entered event.
Public classMouseEventArgs
The base interface for all IMouse event arguments.
Public classMouseExitedEventArgs
The event arguments for the Exited event.
Public classMouseMovedEventArgs
The event arguments for the Moved event.
Public classMousePressedEventArgs
The event arguments for the Pressed event.
Public classMouseReleasedEventArgs
The event arguments for the Released event.
Public classMouseWheelMovedEventArgs
The event arguments for the WheelMoved event.
Interfaces
  InterfaceDescription
Public interfaceIMouseButtonEventArgs
Event arguments for the IMouse events associated with a mouse button.
Public interfaceIMouseDraggedEventArgs
The event arguments for the Dragged event.
Public interfaceIMouseEnteredEventArgs
The event arguments for the Entered event.
Public interfaceIMouseEventArgs
The base interface for all IMouse event arguments.
Public interfaceIMouseExitedEventArgs
The event arguments for the Exited event.
Public interfaceIMouseMovedEventArgs
The event arguments for the Moved event.
Public interfaceIMousePressedEventArgs
The event arguments for the Pressed event.
Public interfaceIMouseReleasedEventArgs
The event arguments for the Released event.
Public interfaceIMouseWheelMovedEventArgs
The event arguments for the WheelMoved event.
Enumerations
  EnumerationDescription
Public enumerationMouseButton
The mouse buttons.
Public enumerationMouseScrollType
Scroll type.