EventType Class | 
Namespace: DotNetBrowser.Dom.Events
public class EventType
The EventType type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| Equality | 
                The overloaded operator that simplifies comparing the EventType objects.
              | |
| Inequality | 
                The overloaded operator that simplifies comparing the EventType objects.
              | 
| Name | Description | |
|---|---|---|
| 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.
              |