Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnChildViewCreated Method
ChildViewCreatedEventArgs object that contains the event data


In This Topic
    OnChildViewCreated Method
    In This Topic
    Raises the ChildViewCreated event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnChildViewCreated( _
       ByVal e As ChildViewCreatedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As ChildViewCreatedEventArgs
     
    instance.OnChildViewCreated(e)
    protected virtual void OnChildViewCreated( 
       ChildViewCreatedEventArgs e
    )

    Parameters

    e
    ChildViewCreatedEventArgs object that contains the event data
    See Also