OnMouseWheel Method (DicomViewer)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub OnMouseWheel( _
ByVal As System.Windows.Forms.MouseEventArgs _
)
'Usage
Dim instance As DicomViewer
Dim e As System.Windows.Forms.MouseEventArgs
instance.OnMouseWheel(e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void OnMouseWheel(
System.Windows.Forms.MouseEventArgs
)
protected procedure OnMouseWheel(
: System.Windows.Forms.MouseEventArgs
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function OnMouseWheel(
: System.Windows.Forms.MouseEventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void OnMouseWheel(
System.Windows.Forms.MouseEventArgs*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void OnMouseWheel(
System.Windows.Forms.MouseEventArgs^
)
Parameters
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also