LEADTOOLS Medical (Leadtools.Medical3D assembly)

ObjectChanged Event

Show in webframe





Occurs when the user moves, rotates or scales the object with the mouse using the MoveObject or RotateObject actions.
Syntax
public event EventHandler<Medical3DObjectEventArgs> ObjectChanged
'Declaration
 
Public Event ObjectChanged As EventHandler(Of Medical3DObjectEventArgs)
'Usage
 
Dim instance As Medical3DControl
Dim handler As EventHandler(Of Medical3DObjectEventArgs)
 
AddHandler instance.ObjectChanged, handler

            

            
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.
Remarks
To enable the Action, use the Leadtools.MedicalViewer.MedicalViewerBaseCell.AddAction(Leadtools.MedicalViewer.MedicalViewerActionType) method to add the action to the Medical3DControl. Then use the Leadtools.MedicalViewer.MedicalViewerBaseCell.SetAction(Leadtools.MedicalViewer.MedicalViewerActionType,Leadtools.MedicalViewer.MedicalViewerMouseButtons,Leadtools.MedicalViewer.MedicalViewerActionFlags) to associate the action with a mouse button.
Requirements

Target Platforms

See Also

Reference

Medical3DControl Class
Medical3DControl Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features