Click or drag to resize

SenderObjects Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Identifies an item and IMap that are generating an event (usually a mouse event), allowing for customized handling of that event.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseSenderObjects

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class SenderObjects

The SenderObjects type exposes the following members.

Constructors
  NameDescription
Public methodSenderObjects
Initializes a new instance of the SenderObjects class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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
Fields
  NameDescription
Public fieldItem
The item that caused the message to be sent.
Public fieldSender
The IMap that sent this message.
Top
Remarks
SenderObjects are passed to MapMouseEventsHandlers to allow the mouse handlers to identify which item was clicked on, and on what map. This allows for custom handling of events, based on the SenderObject which is passed.
See Also