Spread for ASP.NET 12 Product Documentation
ChildViewCreated Event


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ChildViewCreated Event
Occurs when the user creates a child sheet.
Syntax
'Declaration
 
Public Event ChildViewCreated As CreateChildViewEventHandler
'Usage
 
Dim instance As FpSpread
Dim handler As CreateChildViewEventHandler
 
AddHandler instance.ChildViewCreated, handler
public event CreateChildViewEventHandler ChildViewCreated
Event Data

The event handler receives an argument of type CreateChildViewEventArgs containing data related to this event. The following CreateChildViewEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets the page navigation.  
Gets the child sheet (SheetView object) being created.  
See Also