FieldsUpdateManager
Class
Manager class that hosts field updates logic.
Definition
Namespace:Telerik.Windows.Documents.Model.Fields
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public static class FieldsUpdateManager
Inheritance: objectFieldsUpdateManager
Methods
Registers the update priority for field of given type.
C#
public static void RegisterFieldUpdateInfo(Type fieldType, FieldTypeUpdateInfo fieldTypeUpdateInfo)
Type of the field.
fieldTypeUpdateInfoFieldTypeUpdateInfoInformation needed for updating a field.