Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ChildWorkbookCreated Event


In This Topic
    ChildWorkbookCreated Event
    In This Topic
    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
    public event ChildWorkbookCreatedEventHandler ChildWorkbookCreated
    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