Leadtools.Medical.Workstation.UI Namespace > ModalitySettingsDialog Class : AutoWindowLevelStateChanged Event |
public event EventHandler<DataEventArgs<bool>> AutoWindowLevelStateChanged
'Declaration Public Event AutoWindowLevelStateChanged As EventHandler(Of DataEventArgs(Of Boolean))
'Usage Dim instance As ModalitySettingsDialog Dim handler As EventHandler(Of DataEventArgs(Of Boolean)) AddHandler instance.AutoWindowLevelStateChanged, handler
public: __event EventHandler<DataEventArgs<bool>*>* AutoWindowLevelStateChanged
public: event EventHandler<DataEventArgs<bool>*>* AutoWindowLevelStateChanged
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. |