Leadtools.Medical3D Namespace > Medical3DControl Class : PlaneMoved Event |
public event EventHandler<Medical3DPlaneEventArgs> PlaneMoved
'Declaration Public Event PlaneMoved As EventHandler(Of Medical3DPlaneEventArgs)
'Usage Dim instance As Medical3DControl Dim handler As EventHandler(Of Medical3DPlaneEventArgs) AddHandler instance.PlaneMoved, handler
public event EventHandler<Medical3DPlaneEventArgs> PlaneMoved
add_PlaneMoved(function(sender, e)) remove_PlaneMoved(function(sender, e))
public: event EventHandler<Medical3DPlaneEventArgs^>^ PlaneMoved
The event handler receives an argument of type Medical3DPlaneEventArgs containing data related to this event. The following Medical3DPlaneEventArgs properties provide information specific to this event.
Property | Description |
---|---|
FrameIndex | Gets the index of the frame that is drawn on the MPR plane. |
ObjectIndex | Gets the index of the object that contains the plane being affected by the action. |
PlaneIndex | Gets the index of the plane being affected by the plane action. |
Type | Gets the volume type. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2