FarPoint.Win.Spread
ChildControlEventArgs Constructor
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ChildControlEventArgs Class : ChildControlEventArgs Constructor


childControl
Child control
Creates a new object with the ChildControl event arguments.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal childControl As Control _
)
Visual Basic (Usage)Copy Code
Dim childControl As Control
 
Dim instance As ChildControlEventArgs(childControl)
C# 
public ChildControlEventArgs( 
   Control childControl
)

Parameters

childControl
Child control

See Also