Leadtools.Medical.Workstation Namespace > IWorkstationArgument<D,T> Interface : OperationCompleted Event |
event EventHandler<DataEventArgs<T>> OperationCompleted
'Declaration Event OperationCompleted As EventHandler(Of DataEventArgs(Of T))
'Usage Dim instance As IWorkstationArgument(Of D,T) Dim handler As EventHandler(Of DataEventArgs(Of T)) AddHandler instance.OperationCompleted, handler
event EventHandler<DataEventArgs<T>> OperationCompleted
add_OperationCompleted(function(sender, e)) remove_OperationCompleted(function(sender, e))
__event EventHandler<DataEventArgs<T*>*>* OperationCompleted
event EventHandler<DataEventArgs<T*>*>* 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. |
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