Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnLocationChanged Method / OnLocationChanged(EventArgs) Method
An System.EventArgs that contains the event data.


In This Topic
    OnLocationChanged(EventArgs) Method
    In This Topic
    Raises the System.Windows.Forms.Control.LocationChanged event.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub OnLocationChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpCombo
    Dim e As EventArgs
     
    instance.OnLocationChanged(e)
    protected override void OnLocationChanged( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also