LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AutoWindowLevelStateChanged Event (IModalitySettingsView)

Show in webframe






Occurs when the AutoWindowLevel state is changed.
Syntax
event EventHandler<DataEventArgs<bool>> AutoWindowLevelStateChanged
'Declaration
 
Event AutoWindowLevelStateChanged As EventHandler(Of DataEventArgs(Of Boolean))
'Usage
 
Dim instance As IModalitySettingsView
Dim handler As EventHandler(Of DataEventArgs(Of Boolean))
 
AddHandler instance.AutoWindowLevelStateChanged, handler

            

            
__event EventHandler<DataEventArgs<bool>*>* AutoWindowLevelStateChanged
event EventHandler<DataEventArgs<bool>*>* AutoWindowLevelStateChanged
Event Data

The event handler receives an argument of type DataEventArgs<TData> containing data related to this event. The following DataEventArgs<TData> properties provide information specific to this event.

PropertyDescription
Data Gets the argument data to pass to an event handler.
Requirements

Target Platforms

See Also

Reference

IModalitySettingsView Interface
IModalitySettingsView Members

 

 


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