Spread Windows Forms 12.0 Product Documentation
ChildControlEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ChildControlEventArgs Class : ChildControlEventArgs Constructor
Child control
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

Reference

ChildControlEventArgs Class
ChildControlEventArgs Members