Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / OnAdvance Method
Event arguments


In This Topic
    OnAdvance Method (SuperEditBase)
    In This Topic
    Raises the Advance event.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnAdvance( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim e As EventArgs
     
    instance.OnAdvance(e)
    public virtual void OnAdvance( 
       EventArgs e
    )

    Parameters

    e
    Event arguments
    See Also