Spread Windows Forms 15.0
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)
    protected virtual void OnChildWorkbookCreated( 
       ChildWorkbookCreatedEventArgs e
    )

    Parameters

    e
    ChildWorkbookCreatedEventArgs object that contains the event data
    See Also