Raises the System.Windows.Forms.Control.LocationChanged event.
Syntax
'Declaration
Protected Overloads Overrides Sub OnLocationChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpCombo
Dim e As EventArgs
instance.OnLocationChanged(e)
protected override void OnLocationChanged(
EventArgs
)
Parameters
- e
- An System.EventArgs that contains the event data.
See Also