Spread Windows Forms 13.0 Product Documentation
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