C#
VB
C++
Occurs when the selected Modality's window level is changed.
public event EventHandler<DataEventArgs<WindowLevelInformation>> SelectedModalityWindowLevelChanged
Public Event SelectedModalityWindowLevelChanged As EventHandler(Of DataEventArgs(Of WindowLevelInformation))
public:
event EventHandler<DataEventArgs<WindowLevelInformation^>^>^ SelectedModalityWindowLevelChanged
The event handler receives an argument of type DataEventArgs<TData> containing data related to this event. The following DataEventArgs<__54_44_ata> properties provide information specific to this event.
Property | Description |
---|---|
Data | Gets the argument data to pass to an event handler. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET