LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

AutoWindowLevelShortcutChanged Event (ModalitySettingsDialog)







Occurs when the AutoWindowLevel shortcut key is changed.
Syntax
public event EventHandler<DataEventArgs<Keys>> AutoWindowLevelShortcutChanged
'Declaration
 
Public Event AutoWindowLevelShortcutChanged As EventHandler(Of DataEventArgs(Of Keys))
'Usage
 
Dim instance As ModalitySettingsDialog
Dim handler As EventHandler(Of DataEventArgs(Of Keys))
 
AddHandler instance.AutoWindowLevelShortcutChanged, handler
public event EventHandler<DataEventArgs<Keys>> AutoWindowLevelShortcutChanged
add_AutoWindowLevelShortcutChanged(function(sender, e))
remove_AutoWindowLevelShortcutChanged(function(sender, e))

public: __event EventHandler<DataEventArgs<Keys>*>* AutoWindowLevelShortcutChanged
public:
event EventHandler<DataEventArgs<Keys>*>* AutoWindowLevelShortcutChanged
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: 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

See Also

Reference

ModalitySettingsDialog Class
ModalitySettingsDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.