Spread Windows Forms 12.0 Product Documentation
OnChildWorkbookCreated Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnChildWorkbookCreated Method
ChildWorkbookCreatedEventArgs object that contains the event data
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)
protected virtual void OnChildWorkbookCreated( 
   ChildWorkbookCreatedEventArgs e
)

Parameters

e
ChildWorkbookCreatedEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members