Dummy.

Namespace: Ico.Awx.List
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public virtual void UpdateUI(
	bool updateTemplate,
	bool updateFields
)
Visual Basic
Public Overridable Sub UpdateUI ( _
	updateTemplate As Boolean, _
	updateFields As Boolean _
)
JScript
public function UpdateUI(
	updateTemplate : boolean, 
	updateFields : boolean
)

Parameters

updateTemplate
Type: System..::..Boolean
updateFields
Type: System..::..Boolean

See Also