Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Advance Event


Advance Event (FpSpread)
Occurs when the user tries to advance from the first or last row in Spread.
Syntax
'Declaration
 
Public Event Advance As AdvanceEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As AdvanceEventHandler
 
AddHandler instance.Advance, handler
Event Data

The event handler receives an argument of type AdvanceEventArgs containing data related to this event. The following AdvanceEventArgs properties provide information specific to this event.

PropertyDescription
Gets whether to move to the next component.  
Gets or sets whether to cancel default processing.  
See Also