In This Topic
Raises the
FloatingChanged event.
Syntax
'Declaration
Protected Overridable Sub OnFloatingChanged( _
ByVal As EventArgs _
)
protected virtual void OnFloatingChanged(
EventArgs
)
Parameters
- e
- A System.EventArgs that contains event data.
See Also