[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FpSpread.AddedControl

AddedControl Method

AddedControl(Control, int)

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.

Declaration
protected override void AddedControl(Control control, int index)
Protected Overrides Sub AddedControl(control As Control, index As Integer)
Parameters
Type Name Description
Control control
int index
Overrides