Class
FieldsUpdateManager

Manager class that hosts field updates logic.

Definition

Namespace:Telerik.Windows.Documents.Model.Fields

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public static class FieldsUpdateManager

Inheritance: objectFieldsUpdateManager

Methods

RegisterFieldUpdateInfo(Type, FieldTypeUpdateInfo)

Registers the update priority for field of given type.

Declaration

cs-api-definition
public static void RegisterFieldUpdateInfo(Type fieldType, FieldTypeUpdateInfo fieldTypeUpdateInfo)

Parameters

fieldType

Type

Type of the field.

fieldTypeUpdateInfo

FieldTypeUpdateInfo

Information needed for updating a field.