Class EventType
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
The DOM event type. Wraps a string that specifies the name of the event without the "on" prefix.
public class EventType
- Inheritance
-
EventType
- Inherited Members
Constructors
- EventType(string)
Constructs an EventType instance from the given string.
Fields
- Abort
The "abort" event type.
- Blur
The "blur" event type.
- Change
The "change" event type.
- Click
The "click" event type.
- DoubleClick
The "dblclick" event type.
- Error
The "error" event type.
- Focus
The "focus" event type.
- KeyDown
The "keydown" event type.
- KeyPress
The "keypress" event type.
- KeyUp
The "keyup" event type.
- Load
The "load" event type.
- MouseDown
The "mousedown" event type.
- MouseMove
The "mousemove" event type.
- MouseOut
The "mouseout" event type.
- MouseOver
The "mouseover" event type.
- MouseUp
The "mouseup" event type.
- Reset
The "reset" event type.
- Resize
The "resize" event type.
- Scroll
The "scroll" event type.
- Select
The "select" event type.
- Submit
The "submit" event type.
- TouchCancel
The "touchcancel" event type.
- TouchEnd
The "touchend" event type.
- TouchMove
The "touchmove" event type.
- TouchStart
The "touchstart" event type.
- Unload
The "unload" event type.
- Wheel
The "wheel" event type.
Properties
- Value
The DOM event type as string value.
Methods
Operators
- operator ==(EventType, EventType)
The overloaded operator that simplifies comparing the EventType objects.
- operator !=(EventType, EventType)
The overloaded operator that simplifies comparing the EventType objects.