Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChildViewCreatedEventArgs Class / ChildViewCreatedEventArgs Constructor
Child sheet (Sheetview object) being created


In This Topic
    ChildViewCreatedEventArgs Constructor
    In This Topic
    Creates a new object with the ChildViewCreated event arguments.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheet As SheetView _
    )
    'Usage
     
    
    Dim sheet As SheetView
     
    Dim instance As New ChildViewCreatedEventArgs(sheet)
    public ChildViewCreatedEventArgs( 
       SheetView sheet
    )

    Parameters

    sheet
    Child sheet (Sheetview object) being created
    See Also