ObjectChanged Event

Summary

Occurs when the user moves, rotates or scales the object with the mouse using the MoveObject or RotateObject actions.

Syntax
C#
VB
C++
public event EventHandler<Medical3DObjectEventArgs> ObjectChanged 
  
Public Event ObjectChanged As EventHandler(Of Medical3DObjectEventArgs) 
public: 
event EventHandler<Medical3DObjectEventArgs^>^ ObjectChanged 

Event Data

The event handler receives an argument of type Medical3DObjectEventArgs containing data related to this event. The following Medical3DObjectEventArgs properties provide information specific to this event.

PropertyDescription
ObjectIndex Gets the index of the object being changed by various object actions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly