Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnChildWorkbookCreated Method
ChildWorkbookCreatedEventArgs object that contains the event data


In This Topic
OnChildWorkbookCreated Method
In This Topic
Raises the ChildWorkbookCreated event.
Syntax
'Declaration
 
Protected Overridable Sub OnChildWorkbookCreated( _
   ByVal e As ChildWorkbookCreatedEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As ChildWorkbookCreatedEventArgs
 
instance.OnChildWorkbookCreated(e)

Parameters

e
ChildWorkbookCreatedEventArgs object that contains the event data
See Also