FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / Advance Event


In This Topic
Advance Event (SuperEditBase)
In This Topic
Occurs when focus moves to the previous or next control.
Syntax
'Declaration
 
Public Event Advance As AdvanceEventHandler
 
'Usage
 
Dim instance As SuperEditBase
Dim handler As AdvanceEventHandler
 
AddHandler instance.Advance, handler
See Also