Leadtools.Medical3D Namespace > Medical3DControl Class : WindowLevelChanged Event |
public event EventHandler<Medical3DWindowLevelEventArgs> WindowLevelChanged
'Declaration Public Event WindowLevelChanged As EventHandler(Of Medical3DWindowLevelEventArgs)
'Usage Dim instance As Medical3DControl Dim handler As EventHandler(Of Medical3DWindowLevelEventArgs) AddHandler instance.WindowLevelChanged, handler
public event EventHandler<Medical3DWindowLevelEventArgs> WindowLevelChanged
add_WindowLevelChanged(function(sender, e)) remove_WindowLevelChanged(function(sender, e))
public: event EventHandler<Medical3DWindowLevelEventArgs^>^ WindowLevelChanged
The event handler receives an argument of type Medical3DWindowLevelEventArgs containing data related to this event. The following Medical3DWindowLevelEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Center | Gets the window-level center value. |
ObjectIndex | Gets the index of the object being affected by the window-level action. |
Width | Gets the window-level width value. |
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