CADability dotNET

The GeneralGeoVectorAction type exposes the following members.

Constructors

Methods

  NameDescription
Public methodGetID
Implements GetID()()()().
(Overrides Action..::..GetID()()()().)
Public methodOnActivate
Implements OnActivate(Action, Boolean). If you override this method don't forget to call the bas implementation.
(Overrides Action..::..OnActivate(Action, Boolean).)
Public methodOnEnter (Overrides Action..::..OnEnter()()()().)
Public methodOnEscape (Overrides Action..::..OnEscape()()()().)
Public methodOnInactivate
Implements OnInactivate(Action, Boolean). If you override this method don't forget to call the bas implementation.
(Overrides Action..::..OnInactivate(Action, Boolean).)
Public methodOnMouseMove
Implements OnMouseMove(MouseEventArgs, IView). If you override this method don't forget to call the bas implementation.
(Overrides Action..::..OnMouseMove(MouseEventArgs, IView).)
Public methodOnMouseUp
Implements OnMouseUp(MouseEventArgs, IView). If you override this method don't forget to call the bas implementation.
(Overrides Action..::..OnMouseUp(MouseEventArgs, IView).)
Public methodOnRemoveAction (Overrides Action..::..OnRemoveAction()()()().)
Public methodOnSetAction
Implements OnSetAction()()()(). If you override this method don't forget to call the bas implementation.
(Overrides Action..::..OnSetAction()()()().)

Fields

  NameDescription
Public fieldUserData
UserData to differentiate between multiple GeneralGeoVectorActions.

Events

  NameDescription
Public eventSetGeoVectorEvent
Event beeing called when the property changes. You don't need to specify a handler here because GeoVectorProperty.SetGeoVector is beeing called.

See Also