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