Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChildWorkbookCreatedEventArgs Class / ChildWorkbookCreatedEventArgs Constructor
Child workbook (Spreadview object) being created


In This Topic
    ChildWorkbookCreatedEventArgs Constructor
    In This Topic
    Creates a new object with the ChildWorkbookCreated event arguments.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal spreadView As SpreadView _
    )
    'Usage
     
    
    Dim spreadView As SpreadView
     
    Dim instance As New ChildWorkbookCreatedEventArgs(spreadView)
    public ChildWorkbookCreatedEventArgs( 
       SpreadView spreadView
    )

    Parameters

    spreadView
    Child workbook (Spreadview object) being created
    See Also