Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer Class : StudiesViewerRemoved Event |
public event EventHandler<StudiesViewerRemovedEventArgs> StudiesViewerRemoved
'Declaration Public Event StudiesViewerRemoved As EventHandler(Of StudiesViewerRemovedEventArgs)
'Usage Dim instance As WorkstationViewer Dim handler As EventHandler(Of StudiesViewerRemovedEventArgs) AddHandler instance.StudiesViewerRemoved, handler
public: __event EventHandler<StudiesViewerRemovedEventArgs*>* StudiesViewerRemoved
public: event EventHandler<StudiesViewerRemovedEventArgs^>^ StudiesViewerRemoved
The event handler receives an argument of type StudiesViewerRemovedEventArgs containing data related to this event. The following StudiesViewerRemovedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
PatientId | Gets a System.String that represents the patient id. |
Viewer | Gets the StudiesViewer oject that represents the viewer. |