StandardTool3D.Interacted Event
Occurs when a user completes (or aborts) an interaction.
Syntax
public event InteractedEventHandler Interacted
Remarks
This event is fired when the user completes a mouse interaction with one or more feature, such as moving features, individual nodes or adding or removing nodes. It is also fired if the user aborts an ongoing operation by pressing the escape key.
An application can use this event to commit or undo operation data to an underlying database. On abort, all related features are left as they are. The application must manually store (and restore) the previous state if undo functionality is required.
See InteractedEventArgs for more information.
This event is not fired when features are selected or deselected.
Platforms
Windows, Linux, Android