Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ChildViewCreated Event


In This Topic
    ChildViewCreated Event
    In This Topic
    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
    public event ChildViewCreatedEventHandler ChildViewCreated
    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