Handles the event when a DIRECT child control is added to Spread Controls collection. Changes its ClientIDMode to ClientIDMode.Predictable to make spread client script run correctly in NET40 or above environment.
Syntax
'Declaration
Protected Overrides Sub AddedControl( _
ByVal As Control, _
ByVal As Integer _
)
'Usage
Dim instance As FpSpread
Dim control As Control
Dim index As Integer
instance.AddedControl(control, index)
protected override void AddedControl(
Control ,
int
)
Parameters
- control
- index
See Also