OnMouseCaptureChanged Method (FpScrollBar)
In This Topic
Syntax
'Declaration
Protected Overrides Sub OnMouseCaptureChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpScrollBar
Dim e As EventArgs
instance.OnMouseCaptureChanged(e)
protected override void OnMouseCaptureChanged(
EventArgs
)
Parameters
- e
See Also