Fusion8 Design Relational ListControl Class Library

RelationalDropDownList.AddAttributesToParent Method 

[This is preliminary documentation and subject to change.]

Adds the onChange event to the List Control.

[Visual Basic]
Overridable Protected Sub AddAttributesToParent()
[C#]
protected virtual void AddAttributesToParent();

Remarks

If the control has a valid parent ListControl, this method adds the necessary script to update the control when the selection in the parent ListControl changes.

See Also

RelationalDropDownList Class | Fusion8Design.WebControls.UI Namespace