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