Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / UpdateLinks Event


In This Topic
    UpdateLinks Event
    In This Topic
    Occurs when update links according to the user's settings for the specified workbook.
    Syntax
    'Declaration
     
    
    Public Event UpdateLinks As EventHandler(Of ConfirmationEventArgs)
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim handler As EventHandler(Of ConfirmationEventArgs)
     
    AddHandler instance.UpdateLinks, handler
    public event EventHandler<ConfirmationEventArgs> UpdateLinks
    Event Data

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

    PropertyDescription
    Gets a value indicating the user's option.  
    See Also