LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

DefaultModalityPresetChanged Event (ModalitySettingsDialog)

Show in webframe






Occurs when the default modality preset is changed.
Syntax
public event EventHandler<DataEventArgs<WindowLevelInformation>> DefaultModalityPresetChanged
'Declaration
 
Public Event DefaultModalityPresetChanged As EventHandler(Of DataEventArgs(Of WindowLevelInformation))
'Usage
 
Dim instance As ModalitySettingsDialog
Dim handler As EventHandler(Of DataEventArgs(Of WindowLevelInformation))
 
AddHandler instance.DefaultModalityPresetChanged, handler

            

            
public: __event EventHandler<DataEventArgs<WindowLevelInformation*>*>* DefaultModalityPresetChanged
public:
event EventHandler<DataEventArgs<WindowLevelInformation*>*>* DefaultModalityPresetChanged
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

ModalitySettingsDialog Class
ModalitySettingsDialog Members

 

 


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