MapMouseEventsHandler Methods |
The MapMouseEventsHandler type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FireClick |
Safely fire the mouse click event, even if no handler is attached. See remarks.
| |
FireDoubleClick |
Safely fire the mouse double click event, even if no handler is attached.
| |
FireMouseDown |
Safely fire the mouse button down event, even if no handler is attached.
See FireClick(Object, EventArgs) remarks.
| |
FireMouseMove |
Safely fire the mouse move event, even if no handler is attached.
See FireClick(Object, EventArgs) remarks.
| |
FireMouseUp |
Safely fire the mouse button up event, even if no handler is attached.
See FireClick(Object, EventArgs) remarks.
| |
FireOnMouseEnter |
Safely fire the mouse enter event, even if no handler is attached.
See FireClick(Object, EventArgs) remarks.
| |
FireOnMouseLeave |
Safely fire the mouse exit event, even if no handler is attached.
See FireClick(Object, EventArgs) remarks.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |