Spread Windows Forms 12.0 Product Documentation
ChildViewCreatedEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ChildViewCreatedEventArgs Class : ChildViewCreatedEventArgs Constructor

Child sheet (SheetView object) being created

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

Reference

ChildViewCreatedEventArgs Class
ChildViewCreatedEventArgs Members