The ViewerScroll Event is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Optional delegate method for additional processing.Visual Basic (Declaration) | |
---|---|
Public Event ViewerScroll As EventHandler(Of EventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewer Dim handler As EventHandler(Of EventArgs) AddHandler instance.ViewerScroll, handler |
C# | |
---|---|
public event EventHandler<EventArgs> ViewerScroll |
C++/CLI | |
---|---|
public: event EventHandler<EventArgs^>^ ViewerScroll |