CADability dotNET

The GeoPointProperty type exposes the following members.

Events

  NameDescription
Public eventFilterCommandEvent
When a context menue is selected or about to popup this event is raised to allow a consumer to process the command instead of this GeoPointProperty object itself. Provide a handler here if you want to process some or all menu commands.
Public eventGetGeoPointEvent
This GeoPointProperty..::..GetGeoPointDelegate event will be raised when the display needs to know the current value of the represented GeoPoint. To force a Refresh of the displayed value call Refresh()()()().
Public eventLabelChangedEvent
A GeoPointProperty..::..LabelChangedDelegate event the notifies about a change of the label text. Will only be raised when LabelIsEditable is true.
Public eventModifiedByActionEvent
This GeoPointProperty..::..ModifiedByActionDelegate event will be raised when the GeoPoint was modified by some Action. ( The SetGeoPointEvent will also be raised or the property will be set)
Public eventModifyWithMouseEvent
Will be called when the user wants to modify the controlled GeoPoint by mouse input and "autoModifyWithMouse" was not set true in the constructor.
Public eventSelectionChangedEvent
This GeoPointProperty..::..SelectionChangedDelegate event will be raised when this GeoPointProperty gets selected (the user clicks on the label or forwards the focus by pressing the tab key) or unselected.
Public eventSetGeoPointEvent
This GeoPointProperty..::..SetGeoPointDelegate event will be raised when the GeoPoint has been changed by the user (by entering some data with the keyboard or by other interactive means) and when event communication is set by the appropriate constructor (as opposed to communication via reflection)

See Also