Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / UpdateLinks Event


UpdateLinks Event
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
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