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


ChildWorkbookCreated Event
Occurs when a child workbook of the Spread component is created.
Syntax
'Declaration
 
Public Event ChildWorkbookCreated As ChildWorkbookCreatedEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As ChildWorkbookCreatedEventHandler
 
AddHandler instance.ChildWorkbookCreated, handler
Event Data

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

PropertyDescription
Gets the child SpreadView object being created.  
See Also