Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChildControlEventArgs Class / ChildControlEventArgs Constructor
Child control


In This Topic
    ChildControlEventArgs Constructor
    In This Topic
    Creates a new object with the ChildControl event arguments.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal childControl As Control _
    )
    'Usage
     
    
    Dim childControl As Control
     
    Dim instance As New ChildControlEventArgs(childControl)
    public ChildControlEventArgs( 
       Control childControl
    )

    Parameters

    childControl
    Child control
    See Also