Enum
DataProviderUpdateSourceTrigger

Defines different action types that can trigger update of a source.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum DataProviderUpdateSourceTrigger

Fields

Default

The default trigger is PropertyChanged.

Declaration

cs-api-definition
Default = 0

Field Value

DataProviderUpdateSourceTrigger

Explicit

The explicit trigger. The source is updated explicitly only.

Declaration

cs-api-definition
Explicit = 2

Field Value

DataProviderUpdateSourceTrigger

LostFocus

The lost focus trigger. The update of the source is triggered when it losts focus.

Declaration

cs-api-definition
LostFocus = 1

Field Value

DataProviderUpdateSourceTrigger

PropertyChanged

The property changed trigger. The update of the source is triggered when the value of one of the properties changes.

Declaration

cs-api-definition
PropertyChanged = 0

Field Value

DataProviderUpdateSourceTrigger