Class DataProviderUpdateSourceTrigger
Defines different action types that can trigger update of a source.
Inheritance
Namespace: Telerik.Windows.Documents.FormatProviders
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class DataProviderUpdateSourceTrigger : Enum
Fields
Default
The default trigger is Property
Declaration
public const DataProviderUpdateSourceTrigger Default
Field Value
Explicit
The explicit trigger. The source is updated explicitly only.
Declaration
public const DataProviderUpdateSourceTrigger Explicit
Field Value
LostFocus
The lost focus trigger. The update of the source is triggered when it losts focus.
Declaration
public const DataProviderUpdateSourceTrigger LostFocus
Field Value
PropertyChanged
The property changed trigger. The update of the source is triggered when the value of one of the properties changes.
Declaration
public const DataProviderUpdateSourceTrigger PropertyChanged
Field Value
value__
Declaration
public int value__
Field Value
System.
|