Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnImeModeChanged Method
A System.EventArgs that contains the event data.


In This Topic
    OnImeModeChanged Method (FpCombo)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnImeModeChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpCombo
    Dim e As EventArgs
     
    instance.OnImeModeChanged(e)
    protected virtual void OnImeModeChanged( 
       EventArgs e
    )

    Parameters

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