VisualArea2DClassicToolBaseTResult Events

CVB.Net Documentation

The VisualArea2DClassicToolBaseTResult generic type exposes the following members.

Events

  NameDescription
Public eventClick
Event that is raised after this VisualTool object has been clicked.
(Inherited from VisualToolBaseTResult.)
Public eventDrag
Event that is raised while this visual tool object is being dragged.
(Inherited from VisualToolBaseTResult.)
Public eventDragged
Event that is raised after this visual tool object has been dragged.
(Inherited from VisualToolBaseTResult.)
Public eventExecutionError
Event that informs about execution errors. If an error occurs during execution of this VisualToolBase object, the ExecutionError event will raised instead of the ResultUpdated event.
(Inherited from VisualToolBaseTResult.)
Public eventPaint
Paint event that will be raised if the object needs to be painted.
(Inherited from UserOverlay.)
Public eventResultUpdated
Event that informs about updated results (either because the object has been moved or parameters changed, or because the Execute method has been called.
(Inherited from VisualToolBaseTResult.)
Top
See Also

Reference