[]
        
(Showing Draft Content)

FarPoint.Web.Spread.CreateChildViewEventArgs.-ctor

CreateChildViewEventArgs Constructor

CreateChildViewEventArgs(SheetView)

Creates a new object with the CreateChildView event arguments.

Declaration
public CreateChildViewEventArgs(SheetView sheet)
Public Sub New(sheet As SheetView)
Parameters
Type Name Description
SheetView sheet

Child sheet (SheetView object) being created

CreateChildViewEventArgs(SheetView, PagerInfo)

Handles the CreateChildView event.

Declaration
public CreateChildViewEventArgs(SheetView sheet, PagerInfo info)
Public Sub New(sheet As SheetView, info As PagerInfo)
Parameters
Type Name Description
SheetView sheet

Child sheet (SheetView object) being created

PagerInfo info

Page navigation information