Click or drag to resize

MapMouseEventsHandler Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The MapMouseEventsHandler type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFireClick
Safely fire the mouse click event, even if no handler is attached. See remarks.
Public methodFireDoubleClick
Safely fire the mouse double click event, even if no handler is attached.
Public methodFireMouseDown
Safely fire the mouse button down event, even if no handler is attached. See FireClick(Object, EventArgs) remarks.
Public methodFireMouseMove
Safely fire the mouse move event, even if no handler is attached. See FireClick(Object, EventArgs) remarks.
Public methodFireMouseUp
Safely fire the mouse button up event, even if no handler is attached. See FireClick(Object, EventArgs) remarks.
Public methodFireOnMouseEnter
Safely fire the mouse enter event, even if no handler is attached. See FireClick(Object, EventArgs) remarks.
Public methodFireOnMouseLeave
Safely fire the mouse exit event, even if no handler is attached. See FireClick(Object, EventArgs) remarks.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also