Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Advance Event


In This Topic
    Advance Event (FpSpread)
    In This Topic
    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
    public event AdvanceEventHandler Advance
    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