Leadtools.Medical.Workstation.UI Namespace > ModalitySettingsDialog Class : AutoWindowLevelShortcutChanged Event |
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
public: event EventHandler<DataEventArgs<Keys>*>* AutoWindowLevelShortcutChanged
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.
Property | Description |
---|---|
Data | Gets the argument data to pass to an event handler. |