FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ChildViewCreated Event


ChildViewCreated Event
Occurs when a child view of the Spread component is created.
Syntax
'Declaration
 
Public Event ChildViewCreated As ChildViewCreatedEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As ChildViewCreatedEventHandler
 
AddHandler instance.ChildViewCreated, handler
Event Data

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

PropertyDescription
Gets the child SheetView object being created.  
See Also