OnAdvance Method (FpCombo)
In This Topic
Raises the
Advance event.
Syntax
'Declaration
Public Overridable Sub OnAdvance( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpCombo
Dim e As EventArgs
instance.OnAdvance(e)
public virtual void OnAdvance(
EventArgs
)
Parameters
- e
- Event arguments
See Also