WindowLevelChanged Event

Summary

Occurs when the user changes the window-level values with the mouse using the WindowLevel action.

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

Event Data

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.

PropertyDescription
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.

Example

For an example refer to Center

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