Spread WinForms 15
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)

Parameters

e
Event arguments
See Also