Click or drag to resize
FormEngineUserControlReloadControl Method
Virtual method that can be used in specific form control to reload its content. It is called after the change of another form control which has some dependencies.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected virtual void ReloadControl()
See Also