Class DataProviderUpdateSourceTrigger
Defines different action types that can trigger update of a source.
Inheritance
Namespace: Telerik.Windows.Documents.FormatProviders
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class DataProviderUpdateSourceTrigger : Enum
Fields
Default
The default trigger is PropertyChanged.
Declaration
public const DataProviderUpdateSourceTrigger Default
Field Value
DataProviderUpdateSourceTrigger
|
Explicit
The explicit trigger. The source is updated explicitly only.
Declaration
public const DataProviderUpdateSourceTrigger Explicit
Field Value
DataProviderUpdateSourceTrigger
|
LostFocus
The lost focus trigger. The update of the source is triggered when it losts focus.
Declaration
public const DataProviderUpdateSourceTrigger LostFocus
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
public const DataProviderUpdateSourceTrigger PropertyChanged
Field Value
DataProviderUpdateSourceTrigger
|
value__
Declaration
public int value__
Field Value
System.Int32
|